summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Chan <chanm@google.com>2012-05-21 16:18:54 -0700
committerMichael Chan <chanm@google.com>2012-05-31 10:00:40 -0700
commitb8d0a58e51251f4d65917fc27c86f9f0822478a9 (patch)
tree74a852834d8bb47d1c1ec93778b2a88de1942e72 /AndroidManifest.xml
parent6a6e32e74bd80bf919eb9a3457d4b87c9f795524 (diff)
downloadandroid_packages_apps_Calendar-b8d0a58e51251f4d65917fc27c86f9f0822478a9.tar.gz
android_packages_apps_Calendar-b8d0a58e51251f4d65917fc27c86f9f0822478a9.tar.bz2
android_packages_apps_Calendar-b8d0a58e51251f4d65917fc27c86f9f0822478a9.zip
Modify app so it will run in ICS MR1
TODO Notification TODO Changes around TaskStacker needs to be tested Change-Id: I75c8bca8d35e25b7b02512053a3e7434bbb67bf8
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 75be451a..a5ba8949 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -37,7 +37,7 @@
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
<uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.mail" />
- <uses-sdk android:minSdkVersion="15"></uses-sdk>
+ <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="16"></uses-sdk>
<application android:name="CalendarApplication"
android:label="@string/app_label" android:icon="@mipmap/ic_launcher_calendar"