summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRussell Brenner <russellbrenner@google.com>2012-04-23 11:38:34 -0700
committerRussell Brenner <russellbrenner@google.com>2012-04-25 16:31:23 -0700
commitfc5dd2cbf0d614f661d513ba6e672b8731d8ea6b (patch)
tree6f01991d84924b70ede0222eb6420f123d135113 /AndroidManifest.xml
parentbd4bac327b27ab42ba3bdc87d8655c9c21bfda5d (diff)
downloadpackages_apps_settings-fc5dd2cbf0d614f661d513ba6e672b8731d8ea6b.zip
packages_apps_settings-fc5dd2cbf0d614f661d513ba6e672b8731d8ea6b.tar.gz
packages_apps_settings-fc5dd2cbf0d614f661d513ba6e672b8731d8ea6b.tar.bz2
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
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
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" />