summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2015-08-31 16:18:48 -0700
committerRichard MacGregor <rmacgregor@cyngn.com>2016-04-07 13:33:40 -0700
commit3e6a328d51c8022daff8134bcf022c5de7e7aa1e (patch)
treec85a3b94809ed5e35e225fecd14cdf06b0982031 /AndroidManifest.xml
parent01c7baf0157231d9231853ea812d97646c779e5b (diff)
downloadpackages_providers_ContactsProvider-3e6a328d51c8022daff8134bcf022c5de7e7aa1e.zip
packages_providers_ContactsProvider-3e6a328d51c8022daff8134bcf022c5de7e7aa1e.tar.gz
packages_providers_ContactsProvider-3e6a328d51c8022daff8134bcf022c5de7e7aa1e.tar.bz2
CallLog: initial adding of new plugin columns
Change-Id: I4f1f08ccf40e1042ae343f8b27becdd23f0e8cf8
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4e035f9..cbea921 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,6 +20,8 @@
android:label="Broadcast that a change happened to the call log."
android:protectionLevel="signature|system"/>
+ <uses-sdk android:minSdkVersion="21" />
+
<application android:process="android.process.acore"
android:label="@string/app_label"
android:icon="@drawable/app_icon"