summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2015-08-12 12:50:40 -0700
committerNancy Chen <nancychen@google.com>2015-08-12 12:50:40 -0700
commit41fed9a147922ff4bce2b986b3614cd929d38f96 (patch)
tree39facdfecb773ce9f4f292b37021ada073d60f57 /AndroidManifest.xml
parent4e594313d5430151658e8a723318f3c02ae6944b (diff)
downloadplatform_packages_services_Telecomm-41fed9a147922ff4bce2b986b3614cd929d38f96.tar.gz
platform_packages_services_Telecomm-41fed9a147922ff4bce2b986b3614cd929d38f96.tar.bz2
platform_packages_services_Telecomm-41fed9a147922ff4bce2b986b3614cd929d38f96.zip
Add SDK versions for Telecomm.
This change is necessary to be able to install Telecomm using adb install. Bug: 23151337 Change-Id: I14b4343ee57c0b59dcab99c7b8f098d4f9b9bea8
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6c2018932..df519e615 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,6 +20,10 @@
coreApp="true"
android:sharedUserId="android.uid.system">
+ <uses-sdk
+ android:minSdkVersion="23"
+ android:targetSdkVersion="23" />
+
<protected-broadcast android:name="android.intent.action.SHOW_MISSED_CALLS_NOTIFICATION" />