remove orientation from voicemail settings activity
screenOrientation="portrait" was causing UI issues on devices with
large screens. By removing the attribute, the screen now fits to the
entire sceen instead of stretching only ~ half of the screen.
bug: 259615448
Test: manual
Change-Id: Ia8da5b8df72a2119252333e1636b5038531bbdda
Merged-In: Ia8da5b8df72a2119252333e1636b5038531bbdda
(cherry picked from commit 3652e83cc7f54d3c2e697ba8e620ee9730df9709)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8fbecb1..a427bac 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -510,7 +510,6 @@
<activity android:name="com.android.phone.settings.VoicemailSettingsActivity"
android:label="@string/voicemail"
android:configChanges="orientation|screenSize|keyboardHidden|screenLayout"
- android:screenOrientation="portrait"
android:exported="true"
android:theme="@style/CallSettingsWithoutDividerTheme">
<intent-filter >