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

Commit 3ad2769b authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #8410116: "Disable your screen lock" permission...

...appears under "Storage" section

Change-Id: I55673c559551797aae3a0dd80e90c573a028b4b0
parent 5d122d96
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1072,10 +1072,10 @@


    <!-- Group of permissions that are related to the screenlock. -->
    <!-- Group of permissions that are related to the screenlock. -->
    <permission-group android:name="android.permission-group.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:icon="@drawable/perm_group_screenlock"
        android:permissionGroupFlags="personalInfo"
        android:permissionGroupFlags="personalInfo"
        android:description="@string/permgroupdesc_storage"
        android:description="@string/permgroupdesc_screenlock"
        android:priority="230" />
        android:priority="230" />


    <!-- Allows applications to disable the keyguard -->
    <!-- Allows applications to disable the keyguard -->
+5 −0
Original line number Original line 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. -->
    <!-- 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>
    <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. -->
    <!-- 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>
    <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. -->
    <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->