diff options
author | 2022-09-07 18:04:20 +0100 | |
---|---|---|
committer | 2022-09-12 18:15:52 +0100 | |
commit | cf3cb7c2ade3b395c57343125b8d520cef7ac16a (patch) | |
tree | 2dcf30e5785bb507cb450293104b2fabac044d52 /AndroidManifest.xml | |
parent | d39a438e82f9def7bdd9a95ed81d327acb64577c (diff) |
Use "Media" string for MediaProvider application name
Bug: 245883162
Test: screenshot
Change-Id: Ibffdc334f5efb6f00ba974eef674890beb999e52
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7df12fff7..7ca8027da 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -49,12 +49,12 @@ <permission android:name="com.android.providers.media.permission.MANAGE_CLOUD_MEDIA_PROVIDERS" android:protectionLevel="signature" /> - <!-- We use Photo Picker app icon for this package. It is necessary for Photo Picker GET_CONTENT - take over. Some apps query packages that can handle GET_CONTENT and want to display the - icon and label of the package to the user. --> + <!-- We use Photo Picker app icon and label for this package. It is necessary for Photo Picker + GET_CONTENT take over. Some apps query packages that can handle GET_CONTENT and want to + display the icon and label of the package to the user. --> <application android:name="com.android.providers.media.MediaApplication" - android:label="@string/app_label" + android:label="@string/picker_app_label" android:icon="@mipmap/picker_app_icon" android:allowBackup="false" android:supportsRtl="true" |