[Wi-Fi NetworkRequest] Set theme for the NetworkRequest dialog
We should set the same theme which applied in Settings APP to the NetworkRequestDialog Bug: 139294487 Test: check if the right theme is applied when launching this activity. Change-Id: Iefdfd5b810f5cf22c220830e1ee965113a439a3e Merged-In: Iefdfd5b810f5cf22c220830e1ee965113a439a3e
This commit is contained in:
@@ -2707,7 +2707,7 @@
|
||||
|
||||
<activity
|
||||
android:name=".wifi.NetworkRequestDialogActivity"
|
||||
android:theme="@style/Transparent"
|
||||
android:theme="@style/Theme.AlertDialog"
|
||||
android:excludeFromRecents="true"
|
||||
android:launchMode="singleTop"
|
||||
android:taskAffinity=".wifi.NetworkRequestDialogActivity"
|
||||
|
||||
Reference in New Issue
Block a user