add select activity for multiserver authentication
This commit is contained in:
parent
39b3d11e69
commit
e769131452
9 changed files with 300 additions and 4 deletions
|
|
@ -57,6 +57,10 @@
|
|||
android:name=".activities.LoginActivity"
|
||||
android:label="@string/action_login"
|
||||
android:theme="@style/LoginScreen" />
|
||||
<activity
|
||||
android:name=".activities.SelectActivity"
|
||||
android:label="@string/select"
|
||||
android:theme="@style/LoginScreen" />
|
||||
<activity
|
||||
android:name=".shortcuts.AppShortcutLauncherActivity"
|
||||
android:launchMode="singleInstance"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue