diff options
| author | Gary Kipnis <gkipnis@cyngn.com> | 2016-06-07 16:56:44 -0700 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-06-10 17:06:56 -0700 |
| commit | c042a5e48b8891c2fb91ccfb2e6f3f0a9ed8e582 (patch) | |
| tree | 50c80d8ce27ae7ec91fdfa3591ce4507d02c7c77 /res | |
| parent | 52034558a85e739058d350e820d4172180d37d5e (diff) | |
| download | android_packages_apps_Messaging-c042a5e48b8891c2fb91ccfb2e6f3f0a9ed8e582.tar.gz android_packages_apps_Messaging-c042a5e48b8891c2fb91ccfb2e6f3f0a9ed8e582.tar.bz2 android_packages_apps_Messaging-c042a5e48b8891c2fb91ccfb2e6f3f0a9ed8e582.zip | |
Fixed storage permission issue for attachments
Moved some audio library tab related string to cm_strings.xml
When Storage Permissions were being requested and granted, they
were applied to either the Gallery (image & video) or Audio tab.
This patch makes sure that the permissions are propagated to both.
Change-Id: I75cc9c4cdf05062a0b37a842fca9ebcb6f404a40
TicketId: Kipper-587
TicketId: Crackling-937
TicketId: Feij-143
TicketId: Porridge-64
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/cm_strings.xml | 15 | ||||
| -rw-r--r-- | res/values/strings.xml | 13 |
2 files changed, 15 insertions, 13 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index dfbf844..4bcbdbc 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -146,4 +146,19 @@ <string name="operation_to_card_memory">Copy message to SIM card</string> <string name="slot1">SIM 1</string> <string name="slot2">SIM 2</string> + + <!-- Audio Library Tab for MMS attachments --> + <string name="mediapicker_galleryChooserDescription_cm">Choose images or videos from this + device</string> + <string name="mediapicker_audioListChooserDescription">Choose audio files from this + device</string> + <string name="mediapicker_gallery_image_item_attachment_too_large">Can\'t attach video. + Max message size exceeded.</string> + <string name="mediapicker_audio_list_title">Choose audio</string> + <string name="mediapicker_audio_list_item_selected_content_description">The audio is selected + .</string> + <string name="mediapicker_audio_list_item_unselected_content_description">The audio is + unselected.</string> + <string name="mediapicker_audio_list_title_selection"><xliff:g id="count">%d</xliff:g> selected + </string> </resources> diff --git a/res/values/strings.xml b/res/values/strings.xml index 51642f9..3e3611a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -53,7 +53,6 @@ <string name="mediapicker_cameraChooserDescription">Capture pictures or video</string> <string name="mediapicker_galleryChooserDescription">Choose images or videos from this device</string> - <string name="mediapicker_audioListChooserDescription">Choose audios from this device</string> <string name="mediapicker_audioChooserDescription">Record audio</string> <string name="mediapicker_gallery_title">Choose photo</string> <string name="mediapicker_gallery_item_selected_content_description">The media is selected.</string> @@ -62,20 +61,8 @@ <!-- example: "image January 17 2015 1 59 pm" --> <string name="mediapicker_gallery_image_item_description">image <xliff:g id="date">%1$tB %1$te %1$tY %1$tl %1$tM %1$tp</xliff:g></string> <string name="mediapicker_gallery_image_item_description_no_date">image</string> - <string name="mediapicker_gallery_image_item_attachment_too_large">Can\'t attach video. - Max message size exceeded.</string> - <string name="mediapicker_audio_list_title">Choose audio</string> - <string name="mediapicker_audio_list_item_selected_content_description">The audio is selected - .</string> - <string name="mediapicker_audio_list_item_unselected_content_description">The audio is - unselected - .</string> - <string name="mediapicker_audio_list_title_selection"><xliff:g id="count">%d</xliff:g> selected - </string> <string name="mediapicker_audio_title">Record audio</string> - <string name="action_share">Share</string> - <string name="posted_just_now">"Just now"</string> <string name="posted_now">"Now"</string> |
