Loading core/res/AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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 --> Loading core/res/res/values/strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -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. --> Loading Loading
core/res/AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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 --> Loading
core/res/res/values/strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -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. --> Loading