Update strings (for media permissions)
Modify all three storage permission group captions, as well as their grant dialog prompts. Bug: 227762390 Test: atest CtsPermission3TestCases Change-Id: I319e5af27e67c9a9c4b6e5335b793b3d26f7198c
This commit is contained in:
@@ -876,19 +876,19 @@
|
||||
<string name="permgroupdesc_sms">send and view SMS messages</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_storage">Files & documents</string>
|
||||
<string name="permgrouplab_storage">Files and documents</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_storage">access files and documents 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. [CHAR LIMIT=40]-->
|
||||
<string name="permgrouplab_readMediaAural">Music & other audio</string>
|
||||
<string name="permgrouplab_readMediaAural">Music and audio</string>
|
||||
<!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE]-->
|
||||
<string name="permgroupdesc_readMediaAural">access audio files on your device</string>
|
||||
<string name="permgroupdesc_readMediaAural">access music and audio 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. [CHAR LIMIT=40]-->
|
||||
<string name="permgrouplab_readMediaVisual">Photos & videos</string>
|
||||
<string name="permgrouplab_readMediaVisual">Photos and videos</string>
|
||||
<!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE]-->
|
||||
<string name="permgroupdesc_readMediaVisual">access images and video files on your device</string>
|
||||
<string name="permgroupdesc_readMediaVisual">access photos and videos 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_microphone">Microphone</string>
|
||||
|
||||
Reference in New Issue
Block a user