SetupWizard improvement: let users see "scanning"
Current UI shows nothing when there's no connection available, even when
the device is finding some. So user cannot know whether the static
"Not connected" screen means: the device is finding right now, or
actually no network is available.
Change-Id: Ia8ea1c66956e8de819f6a98362bcc9086bda172c
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 42c076b..c530978 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -103,7 +103,8 @@
android:theme="@android:style/Theme.NoTitleBar"
android:clearTaskOnLaunch="true"
android:screenOrientation="landscape"
- android:exported="true" />
+ android:exported="true"
+ android:theme="@android:style/Theme.Holo.NoTitleBar" />
<activity android:name=".wifi.AdvancedSettings"
android:label="@string/wifi_ip_settings_titlebar"