Merge "[Settings] Avoid crash from rotation screen." into sc-v2-dev am: 0ad93a95c6 am: acfbe351eb

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16174733

Change-Id: I0f1676cc4d5501a19bed817a5b554652756ef0d7
This commit is contained in:
Tom Hsu
2021-11-03 07:52:13 +00:00
committed by Automerger Merge Worker

View File

@@ -232,7 +232,8 @@
<activity android:name=".network.telephony.MobileNetworkActivity"
android:label="@string/network_settings_title"
android:exported="true"
android:launchMode="singleTask">
android:launchMode="singleTask"
android:configChanges="orientation|screenSize|keyboardHidden">
<intent-filter android:priority="1">
<!-- Displays the MobileNetworkActivity and opt-in dialog for capability discovery. -->
<action android:name="android.telephony.ims.action.SHOW_CAPABILITY_DISCOVERY_OPT_IN" />