diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-02-07 01:33:03 -0700 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-02-07 01:33:03 -0700 |
commit | 6e0142a335eafe8a9b0e41b0e968038c0aeabd11 (patch) | |
tree | 19ea4e88059cdea391049ae3a9bdc66388bd3d63 /AndroidManifest.xml | |
parent | 72fd6621a988fcc25d1fa93b977cb7d0a88c96d6 (diff) |
Refactor ProviderListActivity.class into ConfigurationWizard.class,
Moves towards our wizard flow; Addresses #1497 #1500
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 48ccbda4..56ca7d44 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -152,13 +152,9 @@ <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> - <activity - android:name="se.leap.leapclient.ProviderListActivity" - android:label="@string/app" > - <intent-filter> - <action android:name="android.intent.action.MAIN" /> - </intent-filter> + android:name="se.leap.leapclient.ConfigurationWizard" + android:label="@string/title_activity_configuration_wizard" > </activity> </application> |