diff options
-rw-r--r-- | AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cbea921..a883457 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -20,7 +20,8 @@ android:label="Broadcast that a change happened to the call log." android:protectionLevel="signature|system"/> - <uses-sdk android:minSdkVersion="21" /> + <uses-sdk android:minSdkVersion="21" + android:targetSdkVersion="22" /> <application android:process="android.process.acore" android:label="@string/app_label" |