summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-08-22 07:44:59 -0700
committerTyler Gunn <tgunn@google.com>2014-08-22 07:47:33 -0700
commit838e990cc64c4659c3414da7721b517cb77cc18a (patch)
tree816a9113d4606c0c497f673b7ed9efcbb2d87d60 /AndroidManifest.xml
parent6fc974f2e8cb2bb1e084acc54dca149b6d191c6b (diff)
downloadandroid_packages_apps_Dialer-838e990cc64c4659c3414da7721b517cb77cc18a.tar.gz
android_packages_apps_Dialer-838e990cc64c4659c3414da7721b517cb77cc18a.tar.bz2
android_packages_apps_Dialer-838e990cc64c4659c3414da7721b517cb77cc18a.zip
Defaulting InCall UI to portrait.
If video APIs are in use there is code to allow orientation switching. Since these APIs are not in use now default to locked portrait orientation. Bug: 17188135 Change-Id: If31edc02607aa8694f4058f244f654d74e629b70
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 05cd5b573..92d6d9465 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -282,7 +282,7 @@
android:configChanges="keyboardHidden"
android:exported="false"
android:process="com.android.incallui"
- android:screenOrientation="sensor" >
+ android:screenOrientation="nosensor" >
</activity>
<!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->