Add [ssid] is blocked for wep network

Test: Visual Test
Fix: 320829123
Change-Id: Ia742e8b3e622c4c44a69daca20ca64edc6f9f826
This commit is contained in:
Charlotte Lu
2024-01-18 12:59:13 +08:00
parent 59d67c3dc2
commit a38b151118
3 changed files with 131 additions and 2 deletions

View File

@@ -5056,6 +5056,12 @@
android:authorities="${applicationId}.androidx-startup"
tools:node="remove" />
<activity
android:name="com.android.settings.network.WepNetworkDialogActivity"
android:exported="false"
android:theme="@style/Theme.SpaLib.Dialog">
</activity>
<!-- This is the longest AndroidManifest.xml ever. -->
</application>
</manifest>