summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-07-27 14:52:49 -0700
committerTyler Gunn <tgunn@google.com>2014-07-29 20:57:39 +0000
commit1d86a48b07294d510902b266054bc76308c3a119 (patch)
tree2db1c08538ef703bb25c21a9ef62aaf22c0df3ce
parentc824550da0ff0dadf195b76634b206ec43a2d24a (diff)
Support for landscape InCall UI during video calls.
Unlocking screen orientation as it will programatically locked to Portrait for voice calls and unlocked for video calls. Bug: 16012946 Change-Id: I579e62f696c81b6336c1aa79883371db9ea660e8
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5c1164b82..fa13adfbe 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -281,7 +281,7 @@
android:configChanges="keyboardHidden"
android:exported="false"
android:process="com.android.incallui"
- android:screenOrientation="nosensor">
+ android:screenOrientation="sensor" >
</activity>
<!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->