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

This commit is contained in:
TreeHugger Robot
2022-12-06 23:54:27 +00:00
committed by Android (Google) Code Review
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" />