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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5c1164b..fa13adf 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. -->