summaryrefslogtreecommitdiffstats
path: root/photoviewer
diff options
context:
space:
mode:
authorAdam Copp <adamcopp@google.com>2012-09-19 07:02:06 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-19 07:02:07 -0700
commit11a93227f5e0a627349a73a9c3472700e40618f1 (patch)
treebaa7254788bd43755f68de0685e7b08f3a66e61e /photoviewer
parenta300b60cedfde2dc1e60ad3c677a89c4fcfc711c (diff)
parentd0c577cfed4ce141ce26552c57b7b60a495a437d (diff)
downloadandroid_frameworks_ex-11a93227f5e0a627349a73a9c3472700e40618f1.tar.gz
android_frameworks_ex-11a93227f5e0a627349a73a9c3472700e40618f1.tar.bz2
android_frameworks_ex-11a93227f5e0a627349a73a9c3472700e40618f1.zip
Merge "Specify minimum SDK version of 11 in the manifest"
Diffstat (limited to 'photoviewer')
-rw-r--r--photoviewer/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/photoviewer/AndroidManifest.xml b/photoviewer/AndroidManifest.xml
index 485e044..e4e9101 100644
--- a/photoviewer/AndroidManifest.xml
+++ b/photoviewer/AndroidManifest.xml
@@ -18,4 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.ex.photo"
android:versionCode="1">
+
+ <uses-sdk
+ android:minSdkVersion="11"/>
</manifest> \ No newline at end of file