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

Commit b2bf4ecd authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 71b00177: Merge "Fix issue #8410116: "Disable your screen lock" permission..." into jb-mr2-dev

* commit '71b00177':
  Fix issue #8410116: "Disable your screen lock" permission...
parents 953a9466 71b00177
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1073,10 +1073,10 @@

    <!-- Group of permissions that are related to the screenlock. -->
    <permission-group android:name="android.permission-group.SCREENLOCK"
        android:label="@string/permgrouplab_storage"
        android:label="@string/permgrouplab_screenlock"
        android:icon="@drawable/perm_group_screenlock"
        android:permissionGroupFlags="personalInfo"
        android:description="@string/permgroupdesc_storage"
        android:description="@string/permgroupdesc_screenlock"
        android:priority="230" />

    <!-- Allows applications to disable the keyguard -->
+5 −0
Original line number Diff line number Diff line
@@ -473,6 +473,11 @@
    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permgroupdesc_camera">Direct access to camera for image or video capture.</string>

    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permgrouplab_screenlock">Lock screen</string>
    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permgroupdesc_screenlock">Ability to affect behavior of the lock screen on your device.</string>

    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permgrouplab_appInfo">Your applications information</string>
    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->