summaryrefslogtreecommitdiff
path: root/android/sdremote/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrzej J. R. Hunt <andrzej@ahunt.org>2012-07-10 19:16:02 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-08-06 10:22:54 +0100
commita4e7636536da9548998ae7e8c6ff1bc21b5b8765 (patch)
treeb565ddc55c60d30dba454d9651964e48851d744b /android/sdremote/AndroidManifest.xml
parent0bb13b5e6163b963783ec46bd68c349392945e63 (diff)
Preview image and slide number receiving code added to Android client.
Change-Id: I40617d0523eaf7b9431694a0a4cd6d31ad92765e
Diffstat (limited to 'android/sdremote/AndroidManifest.xml')
-rw-r--r--android/sdremote/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml
index e1c76d7145e9..82cb1be394fb 100644
--- a/android/sdremote/AndroidManifest.xml
+++ b/android/sdremote/AndroidManifest.xml
@@ -5,6 +5,7 @@
android:versionName="1.0" >
<uses-permission android:name="android.permission.INTERNET" />
+ <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14"/>
<application
android:icon="@drawable/ic_launcher"