Add android:label to ExternalStorageProvider.
Test: Builds. Bug: 30138665 Change-Id: I6ac028f97c1451f9d78f7f5a0960f1a3f8bde5b7
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
<application android:label="@string/app_label">
|
<application android:label="@string/app_label">
|
||||||
<provider
|
<provider
|
||||||
android:name=".ExternalStorageProvider"
|
android:name=".ExternalStorageProvider"
|
||||||
|
android:label="@string/storage_description"
|
||||||
android:authorities="com.android.externalstorage.documents"
|
android:authorities="com.android.externalstorage.documents"
|
||||||
android:grantUriPermissions="true"
|
android:grantUriPermissions="true"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
|||||||
@@ -18,6 +18,9 @@
|
|||||||
<!-- Title of the external storage application [CHAR LIMIT=32] -->
|
<!-- Title of the external storage application [CHAR LIMIT=32] -->
|
||||||
<string name="app_label">External Storage</string>
|
<string name="app_label">External Storage</string>
|
||||||
|
|
||||||
|
<!-- Meaningful storage location description shown to client applications [CHAR LIMIT=32] -->
|
||||||
|
<string name="storage_description">Local storage</string>
|
||||||
|
|
||||||
<!-- Title for documents backend that offers internal storage. [CHAR LIMIT=24] -->
|
<!-- Title for documents backend that offers internal storage. [CHAR LIMIT=24] -->
|
||||||
<string name="root_internal_storage">Internal storage</string>
|
<string name="root_internal_storage">Internal storage</string>
|
||||||
<!-- Title for directory in which a user may store their own documents and files. [CHAR LIMIT=24] -->
|
<!-- Title for directory in which a user may store their own documents and files. [CHAR LIMIT=24] -->
|
||||||
|
|||||||
Reference in New Issue
Block a user