diff options
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 70e0211d..3f774183 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -40,6 +40,7 @@ <application android:allowBackup="true" android:icon="@drawable/icon" + android:logo="@drawable/icon" android:label="@string/app" > <activity android:name="se.leap.openvpn.AboutFragment" /> <activity @@ -123,17 +124,6 @@ </intent-filter> </activity> - <activity-alias - android:name="se.leap.openvpn.app.CreateShortcuts" - android:label="@string/vpn_shortcut" - android:targetActivity="se.leap.openvpn.LaunchVPN" > - <intent-filter> - <action android:name="android.intent.action.CREATE_SHORTCUT" /> - - <category android:name="android.intent.category.DEFAULT" /> - </intent-filter> - </activity-alias> - <provider android:name="se.leap.openvpn.FileProvider" android:authorities="se.leap.openvpn.FileProvider" @@ -142,7 +132,9 @@ <activity android:name="se.leap.bitmaskclient.Dashboard" - android:label="@string/title_activity_dashboard" > + android:label="@string/title_activity_dashboard" + android:uiOptions="splitActionBarWhenNarrow" > + <intent-filter android:label="@string/app_name"> <action android:name="android.intent.action.MAIN" /> @@ -151,7 +143,8 @@ </activity> <activity android:name="se.leap.bitmaskclient.ConfigurationWizard" - android:label="@string/title_activity_configuration_wizard" > + android:label="@string/title_activity_configuration_wizard" + android:uiOptions="splitActionBarWhenNarrow" > </activity> <service android:name="se.leap.bitmaskclient.EIP" android:exported="false"> |