diff options
-rw-r--r-- | AndroidManifest.xml | 2 |
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. --> |