[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
This commit is contained in:
govenliu
2019-08-19 16:22:22 +08:00
parent 31c7ac1017
commit dbf920cfff
2 changed files with 14 additions and 1 deletions

View File

@@ -2725,7 +2725,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"