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

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

Merge "Change MEDIA_VISUAL title string"

parents 5b07ac09 f99ff116
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -867,6 +867,7 @@
        android:label="@string/permgrouplab_visual"
        android:description="@string/permgroupdesc_visual"
        android:request="@string/permgrouprequest_visual"
        android:requestDetail="@string/permgrouprequestdetail_visual"
        android:priority="920" />

    <!-- Allows an application to read the user's shared images collection. -->
+3 −1
Original line number Diff line number Diff line
@@ -800,7 +800,9 @@
    <string name="permgroupdesc_visual">access your photos &amp; videos</string>
    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
    <string name="permgrouprequest_visual">Allow
        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access your photos and videos, including tagged locations?</string>
        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access your photos and videos?</string>
    <!-- Subtitle of the message shown to the user when the apps requests permission to access photos and videos [CHAR LIMIT=150]-->
    <string name="permgrouprequestdetail_visual">Locations and other people in your photos and videos can be identified by the app</string>

    <!-- Title for the capability of an accessibility service to retrieve window content. -->
    <string name="capability_title_canRetrieveWindowContent">Retrieve window content</string>