summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSai Cheemalapati <saicheems@google.com>2014-06-17 13:31:07 -0700
committerSai Cheemalapati <saicheems@google.com>2014-06-17 13:31:07 -0700
commitda9fe01f539ca50251003d5c783aec434be23d3c (patch)
tree198dcd95ab9af9c2c9cc4d7b715e7c6f84a95d1e /AndroidManifest.xml
parent2a9b18459b46fe16a1301ea616e728aad950f6c9 (diff)
downloadandroid_packages_apps_Dialer-da9fe01f539ca50251003d5c783aec434be23d3c.tar.gz
android_packages_apps_Dialer-da9fe01f539ca50251003d5c783aec434be23d3c.tar.bz2
android_packages_apps_Dialer-da9fe01f539ca50251003d5c783aec434be23d3c.zip
Enabling landscape in AOSP Dialer.
Dialer now orientates based on sensor. No longer fixed to portrait mode. Change-Id: Ifb6e4e68f384501f6c8351c146906b323e0f1e8d
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6879f3a2b..fdb874bd2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -72,7 +72,7 @@
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
android:icon="@mipmap/ic_launcher_phone"
- android:screenOrientation="portrait"
+ android:screenOrientation="sensor"
android:enabled="@*android:bool/config_voice_capable"
android:windowSoftInputMode="stateAlwaysHidden|adjustNothing">
<intent-filter>
@@ -127,7 +127,7 @@
<activity android:name="com.android.dialer.calllog.CallLogActivity"
android:label="@string/call_log_activity_title"
android:theme="@style/DialtactsThemeWithoutActionBarOverlay"
- android:screenOrientation="portrait"
+ android:screenOrientation="sensor"
android:icon="@mipmap/ic_launcher_phone">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@@ -140,7 +140,7 @@
<activity android:name="com.android.dialer.CallDetailActivity"
android:label="@string/callDetailTitle"
android:theme="@style/CallDetailActivityTheme"
- android:screenOrientation="portrait"
+ android:screenOrientation="sensor"
android:icon="@mipmap/ic_launcher_phone"
android:parentActivityName="com.android.dialer.calllog.CallLogActivity"
>
@@ -265,7 +265,7 @@
android:label="@string/phoneAppLabel"
android:excludeFromRecents="true"
android:launchMode="singleInstance"
- android:screenOrientation="nosensor"
+ android:screenOrientation="sensor"
android:configChanges="keyboardHidden"
android:exported="false"
android:process="com.android.incallui">