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

Commit a1933458 authored by Nate Myren's avatar Nate Myren
Browse files

Add new description to Permission manager in settings

Fixes: 158125093
Test: Navigate to "Permission manager" in settings (both in privacy, and
in apps & notifications), and verify the summary says "control app
access to your data".

Change-Id: I43f7f38dde119bad96ec9d30a43129e7cacf752a
parent a44860c8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9491,6 +9491,9 @@
    <!-- Runtime permissions preference summary, shown when the app requests no permissions. [CHAR LIMIT=40] -->
    <string name="runtime_permissions_summary_no_permissions_requested">No permissions requested</string>
    <!-- Runtime permissions preference summary, which describes what the permission manager does. [CHAR LIMIT=40] -->
    <string name="runtime_permissions_summary_control_app_access">Control app access to your data</string>
    <!-- Label for showing all apps in list [CHAR LIMIT=30] -->
    <string name="filter_all_apps">All apps</string>
    <!-- Label for showing enabled apps in list [CHAR LIMIT=30] -->
+2 −2
Original line number Diff line number Diff line
@@ -77,9 +77,9 @@
    <Preference
        android:key="manage_perms"
        android:title="@string/app_permissions"
        android:summary="@string/runtime_permissions_summary_control_app_access"
        android:order="12"
        settings:keywords="@string/keywords_app_permissions"
        settings:controller="com.android.settings.applications.AppPermissionsPreferenceController">
        settings:keywords="@string/keywords_app_permissions">
        <intent android:action="android.intent.action.MANAGE_PERMISSIONS"/>
    </Preference>

+2 −3
Original line number Diff line number Diff line
@@ -52,10 +52,9 @@
    <Preference
        android:key="privacy_manage_perms"
        android:title="@string/app_permissions"
        android:summary="@string/summary_placeholder"
        android:summary="@string/runtime_permissions_summary_control_app_access"
        settings:allowDividerAbove="true"
        settings:searchable="false"
        settings:controller="com.android.settings.applications.AppPermissionsPreferenceController">
        settings:searchable="false">
        <intent android:action="android.intent.action.MANAGE_PERMISSIONS"/>
    </Preference>