Always create new task when launching WifiDialogActivity

Set doucmentLaunchMode to always for WifiDialogActivity.  Always
create new task when launching wifi dialog activity so it won't
try to open the existing one.

Test: Manual
Fixes: 133206261
Change-Id: If35f0ea8f6d2f6b94ff58b4508f73f265ca4b5dd
This commit is contained in:
lindatseng
2019-05-21 14:41:11 -07:00
parent b6012f8d62
commit 8d7d01360d

View File

@@ -2690,6 +2690,7 @@
android:label=""
android:theme="@style/Transparent"
android:excludeFromRecents="true"
android:documentLaunchMode="always"
android:exported="true"
android:permission="android.permission.CHANGE_WIFI_STATE"
android:configChanges="orientation|keyboardHidden|screenSize">