summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-02-28 23:42:07 +0100
committerArne Schwabe <arne@rfc2549.org>2013-02-28 23:42:07 +0100
commitbce7885ce6124d9b9738fcbe35ed475ed698ff46 (patch)
tree29ffec5247b914546aee93b76f6090dd0bc27c25 /AndroidManifest.xml
parent4a4abd4932f1b39fe8ab1c1063f0211812008761 (diff)
Menu fine tuning
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5eb7d274..f087d8cd 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -44,8 +44,7 @@
android:allowBackup="true"
android:icon="@drawable/icon"
android:label="@string/app"
- android:supportsRtl="true"
- android:uiOptions="splitActionBarWhenNarrow" >
+ android:supportsRtl="true" >
<activity android:name=".AboutFragment" />
<activity
android:name=".VPNPreferences"
@@ -57,7 +56,10 @@
android:launchMode="singleTask" />
<activity android:name=".SendDumpFragment" />
<activity android:name=".FileSelect" />
- <activity android:name=".MainActivity" >
+ <activity
+ android:name=".MainActivity"
+ android:uiOptions="splitActionBarWhenNarrow"
+ tools:ignore="ExportedActivity" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -97,7 +99,8 @@
<activity
android:name=".ConfigConverter"
- android:label="Convert Config File" >
+ android:label="Convert Config File"
+ tools:ignore="ExportedActivity" >
<intent-filter android:label="@string/import_config" >
<action android:name="android.intent.action.VIEW" />
@@ -135,7 +138,8 @@
</activity>
<activity
android:name=".LaunchVPN"
- android:label="@string/vpn_launch_title" >
+ android:label="@string/vpn_launch_title"
+ tools:ignore="ExportedActivity" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />