summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSai Cheemalapati <saicheems@google.com>2014-06-25 09:58:08 -0700
committerSai Cheemalapati <saicheems@google.com>2014-06-25 09:59:44 -0700
commit3325a51b13deb40695aa9b2864f6a10166838927 (patch)
treeb92cbeae9f70fcf30666b23e17c5e529c7ad9901 /AndroidManifest.xml
parent8dfd69c3d18112cd7bbc3c858fc15687746b2bca (diff)
downloadandroid_packages_apps_Dialer-3325a51b13deb40695aa9b2864f6a10166838927.tar.gz
android_packages_apps_Dialer-3325a51b13deb40695aa9b2864f6a10166838927.tar.bz2
android_packages_apps_Dialer-3325a51b13deb40695aa9b2864f6a10166838927.zip
Dialer should honor orientation lock.
Dialer now honors the orientation lock. Will remain in portrait mode if device is locked to portrait. Bug: 15872173 Change-Id: I5068ed392ad7e55663617bf60ecfbda7b78c06b6
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fdb874bd2..6d0e0c9ac 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -72,7 +72,6 @@
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
android:icon="@mipmap/ic_launcher_phone"
- android:screenOrientation="sensor"
android:enabled="@*android:bool/config_voice_capable"
android:windowSoftInputMode="stateAlwaysHidden|adjustNothing">
<intent-filter>
@@ -127,7 +126,6 @@
<activity android:name="com.android.dialer.calllog.CallLogActivity"
android:label="@string/call_log_activity_title"
android:theme="@style/DialtactsThemeWithoutActionBarOverlay"
- android:screenOrientation="sensor"
android:icon="@mipmap/ic_launcher_phone">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@@ -140,7 +138,6 @@
<activity android:name="com.android.dialer.CallDetailActivity"
android:label="@string/callDetailTitle"
android:theme="@style/CallDetailActivityTheme"
- android:screenOrientation="sensor"
android:icon="@mipmap/ic_launcher_phone"
android:parentActivityName="com.android.dialer.calllog.CallLogActivity"
>
@@ -265,7 +262,6 @@
android:label="@string/phoneAppLabel"
android:excludeFromRecents="true"
android:launchMode="singleInstance"
- android:screenOrientation="sensor"
android:configChanges="keyboardHidden"
android:exported="false"
android:process="com.android.incallui">