From 8d7d01360d1d8e20c6461da5018f3f2aa2a1e802 Mon Sep 17 00:00:00 2001 From: lindatseng Date: Tue, 21 May 2019 14:41:11 -0700 Subject: [PATCH] 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 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cb63df92a3f..4e9f1b01211 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">