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

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

Merge "[MTE] add more search terms for user toggle"

parents 4c47fe5a f593803c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8086,6 +8086,8 @@
    <string name="memtag_reboot_no">Not now</string>
    <!-- [CHAR LIMIT=NONE] Label for Learn More link. -->
    <string name="memtag_learn_more">Learn more about Advanced memory protection.</string>
    <!-- [CHAR LIMIT=NONE] Search keywords for Advanced memory protection option. -->
    <string name="keywords_memtag" translatable="false">MTE, Memory Tagging Extension</string>
    <!-- Opening string on the dialog that prompts the user to confirm that they really want to delete their existing work profile. The administration app icon and name appear after the final colon. [CHAR LIMIT=NONE] -->
    <string name="opening_paragraph_delete_profile_unknown_company">This work profile is managed by:</string>
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@
        android:id="@+id/memtag_page"
        android:key="memtag_page"
        android:title="@string/memtag_title"
        settings:keywords="@string/keywords_memtag"
        android:fragment="com.android.settings.security.MemtagPage"
        settings:controller="com.android.settings.security.MemtagPagePreferenceController" />