summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2016-02-25 10:15:57 -0800
committerJustin Klaassen <justinklaassen@google.com>2016-02-25 10:56:42 -0800
commit0ce0945fa416b21e0e9577da6f761045ffccf9ce (patch)
tree921c90eb563c2e2d80efe6f021ea893221cf29de /AndroidManifest.xml
parent6323752d3a5554cccf559e6d1adaed668329ccb9 (diff)
downloadandroid_packages_apps_DeskClock-0ce0945fa416b21e0e9577da6f761045ffccf9ce.tar.gz
android_packages_apps_DeskClock-0ce0945fa416b21e0e9577da6f761045ffccf9ce.tar.bz2
android_packages_apps_DeskClock-0ce0945fa416b21e0e9577da6f761045ffccf9ce.zip
Remove targetSdkVersion from AndroidManifest.xml
Bug: 27350753 The build system will inject the correct targetSdkVersion. Change-Id: I6333d496a2ed45fa1b14cdfa8e17d432c79d5ef3 (cherry picked from commit c45787fae0a3e016c2b1cc87042266d323a9a3f6)
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 5d76df158..62088cba5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -25,7 +25,7 @@
<original-package android:name="com.android.alarmclock" />
<original-package android:name="com.android.deskclock" />
- <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="23" />
+ <uses-sdk android:minSdkVersion="19" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.WAKE_LOCK" />