diff options
-rw-r--r-- | AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index dc37607..0aa667a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -18,7 +18,7 @@ <permission android:name="android.permission.SEND_CALL_LOG_CHANGE" android:label="Broadcast that a change happened to the call log." - android:protectionLevel="signature|system"/> + android:protectionLevel="signatureOrSystem"/> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="23" /> |