summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-08-22 21:15:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-22 21:15:29 +0000
commit6d78f6039277aff5a7812507d4b8c92c1b9075b1 (patch)
tree88b58620edebfd673ea20eaad632f934b1b51076
parent9821a0ab9fb4fc6ae1a38e643d93c9ef7b961981 (diff)
parent838e990cc64c4659c3414da7721b517cb77cc18a (diff)
Merge "Defaulting InCall UI to portrait." into lmp-dev
-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. -->