diff options
author | Sven Gothel <[email protected]> | 2013-10-11 04:18:36 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-11 04:18:36 +0200 |
commit | 068b822a3bf978124428d1642cfefb078c9e4a2b (patch) | |
tree | e881822129ff0e388cc46db69ab0112876d362e0 /make/resources/android/AndroidManifest-Launcher.xml | |
parent | bb0832a14d05fe5258119f302c2073d6ce71c854 (diff) |
Android uses-sdk: Add android:targetSdkVersion="14" (to show up for tablets)
Diffstat (limited to 'make/resources/android/AndroidManifest-Launcher.xml')
-rw-r--r-- | make/resources/android/AndroidManifest-Launcher.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/resources/android/AndroidManifest-Launcher.xml b/make/resources/android/AndroidManifest-Launcher.xml index fdac860..b554267 100644 --- a/make/resources/android/AndroidManifest-Launcher.xml +++ b/make/resources/android/AndroidManifest-Launcher.xml @@ -11,7 +11,7 @@ <!-- uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" / --> <!-- required for Android-Trace --> <uses-permission android:name="android.permission.CAMERA" /> - <uses-sdk android:minSdkVersion="9" /> + <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/> <application android:icon="@drawable/icon" android:label="@string/app_launcher_name" |