diff options
author | Dianne Hackborn <hackbod@google.com> | 2013-03-18 10:53:09 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2013-03-18 10:53:09 -0700 |
commit | 3ad2769ba5215bdc1f777b27bfe99d5cce982095 (patch) | |
tree | 6f9a4f378ba43c5017b2fca4a92d3ec26ecb9469 /core/res/AndroidManifest.xml | |
parent | 5d122d96a5bf3bbaccaca2765b45716efe7ee2ef (diff) | |
download | frameworks_base-3ad2769ba5215bdc1f777b27bfe99d5cce982095.zip frameworks_base-3ad2769ba5215bdc1f777b27bfe99d5cce982095.tar.gz frameworks_base-3ad2769ba5215bdc1f777b27bfe99d5cce982095.tar.bz2 |
Fix issue #8410116: "Disable your screen lock" permission...
...appears under "Storage" section
Change-Id: I55673c559551797aae3a0dd80e90c573a028b4b0
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r-- | core/res/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 8a53cc3..3f79bcc 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1072,10 +1072,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 --> |