Merge "[MTE] add more search terms for user toggle"
This commit is contained in:
committed by
Android (Google) Code Review
commit
8318b2b7b6
@@ -8086,6 +8086,8 @@
|
|||||||
<string name="memtag_reboot_no">Not now</string>
|
<string name="memtag_reboot_no">Not now</string>
|
||||||
<!-- [CHAR LIMIT=NONE] Label for Learn More link. -->
|
<!-- [CHAR LIMIT=NONE] Label for Learn More link. -->
|
||||||
<string name="memtag_learn_more">Learn more about Advanced memory protection.</string>
|
<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] -->
|
<!-- 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>
|
<string name="opening_paragraph_delete_profile_unknown_company">This work profile is managed by:</string>
|
||||||
|
@@ -112,6 +112,7 @@
|
|||||||
android:id="@+id/memtag_page"
|
android:id="@+id/memtag_page"
|
||||||
android:key="memtag_page"
|
android:key="memtag_page"
|
||||||
android:title="@string/memtag_title"
|
android:title="@string/memtag_title"
|
||||||
|
settings:keywords="@string/keywords_memtag"
|
||||||
android:fragment="com.android.settings.security.MemtagPage"
|
android:fragment="com.android.settings.security.MemtagPage"
|
||||||
settings:controller="com.android.settings.security.MemtagPagePreferenceController" />
|
settings:controller="com.android.settings.security.MemtagPagePreferenceController" />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user