diff options
Diffstat (limited to 'core/res/AndroidManifest.xml')
-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 672ad84..7c5233c 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2208,7 +2208,7 @@ <permission android:name="android.permission.MODIFY_PARENTAL_CONTROLS" android:label="@string/permlab_modifyParentalControls" android:description="@string/permdesc_modifyParentalControls" - android:protectionLevel="signature" /> + android:protectionLevel="signature|system" /> <!-- Must be required by device administration receiver, to ensure that only the system can interact with it. --> |