Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12b8ff31 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add android:label to ExternalStorageProvider."

parents ee741e99 0df63e90
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
    <application android:label="@string/app_label">
        <provider
            android:name=".ExternalStorageProvider"
            android:label="@string/storage_description"
            android:authorities="com.android.externalstorage.documents"
            android:grantUriPermissions="true"
            android:exported="true"
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@
    <!-- Title of the external storage application [CHAR LIMIT=32] -->
    <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] -->
    <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] -->