diff options
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 4d02b6012cd6..19fdeb869653 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -478,7 +478,7 @@ Does not include placing calls. --> <permission android:name="android.permission.MODIFY_PHONE_STATE" android:permissionGroup="android.permission-group.PHONE_CALLS" - android:protectionLevel="dangerous" + android:protectionLevel="signatureOrSystem" android:label="@string/permlab_modifyPhoneState" android:description="@string/permdesc_modifyPhoneState" /> |