summaryrefslogtreecommitdiff
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 30acaf09f7..469baeae28 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -5,7 +5,9 @@
5 android:versionName="1.0"> 5 android:versionName="1.0">
6 <application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true"> 6 <application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">
7 <activity android:name=".RockboxActivity" 7 <activity android:name=".RockboxActivity"
8 android:label="@string/app_name"> 8 android:label="@string/app_name"
9 android:screenOrientation="portrait"
10 android:configChanges="orientation|keyboardHidden" >
9 <intent-filter> 11 <intent-filter>
10 <action android:name="android.intent.action.MAIN" /> 12 <action android:name="android.intent.action.MAIN" />
11 <category android:name="android.intent.category.LAUNCHER" /> 13 <category android:name="android.intent.category.LAUNCHER" />