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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cb63df9..4e9f1b0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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">