Merge "Prevent NetworkRequestDialogActivity recreation on some configuration change" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
cb1650c405
@@ -3885,6 +3885,7 @@
|
|||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
android:taskAffinity=".wifi.NetworkRequestDialogActivity"
|
android:taskAffinity=".wifi.NetworkRequestDialogActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout"
|
||||||
android:permission="android.permission.NETWORK_SETTINGS">
|
android:permission="android.permission.NETWORK_SETTINGS">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" />
|
<action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" />
|
||||||
|
Reference in New Issue
Block a user