Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 838e990c authored by Tyler Gunn's avatar Tyler Gunn
Browse files

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
parent 6fc974f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. -->