[MTE] add more search terms for user toggle

some advanced users might be familiar with the technical terms

Bug: 245624194
Change-Id: I6cab375e78d9e613b33b85858aee94ec82e9986c
This commit is contained in:
Florian Mayer
2022-11-30 17:58:45 -08:00
parent 0a3438c194
commit f593803c88
2 changed files with 3 additions and 0 deletions

View File

@@ -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>

View File

@@ -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" />