Restore look of Wi-Fi panel for Setup Wizard
As part of the Wi-Fi refresh, this CL hides the action bar, menu, and
Settings icon in the context of the Setup Wizard. Dead code related
to WifiSettingsForSetupWizardXL has also been removed.
Bug: 5364589
Change-Id: Ib6716500153879b939a18a7007f1f6521b73890b
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c3f8e29..9dccb4d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -144,8 +144,9 @@
</activity-alias>
<activity android:name=".wifi.WifiPickerActivity"
+ android:label="@string/wifi_setup_wizard_title"
android:clearTaskOnLaunch="true"
- android:parentActivityName="Settings">
+ android:icon="@drawable/empty_icon">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.net.wifi.PICK_WIFI_NETWORK" />