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

Commit 3efe8bc3 authored by Hani Kazmi's avatar Hani Kazmi
Browse files

[AAPM] Add help uri

This URL is used by the Advanced Protection dialog to point users to the
AAPM settings page. It is empty in the platform, and overlayed by
GoogleConfigOverlay, as the settings page is provided by GMS.

Bug: 401233918
Test atest GtsFeaturesTestCases
Flag: EXEMPT resource only

Change-Id: I3c6d24e3e9a4358ab1adb342dbee8fc56ac16794
parent 277d34d5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6108,6 +6108,9 @@
    <!-- Whether to default to an expanded list of users on the lock screen user switcher. -->
    <bool name="config_expandLockScreenUserSwitcher">false</bool>

    <!-- Help URI, action disabled by advanced protection [DO NOT TRANSLATE] -->
    <string name="config_help_url_action_disabled_by_advanced_protection" translatable="false"></string>

    <!-- Toasts posted from these packages will be shown to the current user, regardless of the user
         the process belongs to. This is useful for packages that run under a single user but serve
         multiple users, e.g. the system.
+2 −0
Original line number Diff line number Diff line
@@ -5963,6 +5963,8 @@
  <!-- Device CMF Theming Settings -->
  <java-symbol type="array" name="theming_defaults" />

  <java-symbol type="string" name="config_help_url_action_disabled_by_advanced_protection" />

  <!-- Advanced Protection Service USB feature -->
  <java-symbol type="string" name="usb_apm_usb_plugged_in_when_locked_notification_title" />
  <java-symbol type="string" name="usb_apm_usb_plugged_in_when_locked_notification_text" />