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

Commit f99ff116 authored by Evan Severson's avatar Evan Severson
Browse files

Change MEDIA_VISUAL title string

Also gives it a subtext

Test: Build and look
Change-Id: Id02a1c6eaa3f74b663edec266151b67025404998
parent 59a599c1
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>