Merge "Connect to network while clicking open or saved networks on slice"

This commit is contained in:
TreeHugger Robot
2019-01-31 19:14:05 +00:00
committed by Android (Google) Code Review
6 changed files with 237 additions and 18 deletions

View File

@@ -2591,6 +2591,12 @@
</intent-filter>
</activity>
<activity
android:name=".wifi.slice.ConnectToWifiHandler"
android:theme="@android:style/Theme.NoDisplay"
android:excludeFromRecents="true"
android:exported="false" />
<activity android:name=".sim.SimDialogActivity"
android:theme="@style/Theme.AlertDialog"
android:label="@string/sim_settings_title"