Fix string annotations.
The char limit was applied to the wrong string. Change-Id: I27cce80b4cfb6d570d1f4a870f3f49b788d0e3f7
This commit is contained in:
@@ -10894,10 +10894,13 @@
|
||||
|
||||
<!-- [CHAR LIMIT=32] Name of MTE page in "Developer Options" and heading of page. -->
|
||||
<string name="development_memtag_page_title">Memory Tagging Extension</string>
|
||||
<!-- [CHAR LIMIT=52] Label for button to turn on / off MTE protection.-->
|
||||
<!-- [CHAR LIMIT=NONE] Explanation shown under heading of the page.-->
|
||||
<string name="development_memtag_intro">Memory Tagging Extension (MTE) makes it easier to find memory safety issues in your app and make native code in it more secure.</string>
|
||||
<!-- [CHAR LIMIT=NONE] Further explanation shown at the bottom of the page.-->
|
||||
<string name="development_memtag_footer">Turning on MTE might cause slower device performance.</string>
|
||||
<!-- [CHAR LIMIT=NONE] String for link to learn more about MTE.-->
|
||||
<string name="development_memtag_learn_more">Learn more about MTE</string>
|
||||
<!-- [CHAR LIMIT=52] Label for button to turn on / off MTE protection.-->
|
||||
<string name="development_memtag_toggle">Enable MTE until you turn it off</string>
|
||||
<!-- [CHAR LIMIT=NONE] Message shown in dialog prompting user to reboot device to turn on MTE.-->
|
||||
<string name="development_memtag_reboot_message_on">You\u0027ll need to restart your device to turn on MTE.</string>
|
||||
|
Reference in New Issue
Block a user