Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e1b8205 authored by Christofer Åkersten's avatar Christofer Åkersten Committed by Android (Google) Code Review
Browse files

Merge "Ensure system apps can be granted MODIFY_PARENTAL_CONTROLS" into lmp-dev

parents e30735c7 9dd43afb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. -->