OSDN Git Service

Longer character limit
authorLucas Dupin <dupin@google.com>
Mon, 3 Jun 2019 16:34:25 +0000 (09:34 -0700)
committerLucas Dupin <dupin@google.com>
Mon, 3 Jun 2019 18:33:50 +0000 (11:33 -0700)
Fixes: 134370077
Fixes: 134162233
Test: make
Change-Id: I3f697a093752faca37c4dc165857c97a6b1e410c

res/values/strings.xml

index 3390831..6afffb2 100644 (file)
     <!-- Configure lock screen: Title for the option of unlocking directly to home. [CHAR LIMIT=30] -->
     <string name="lockscreen_bypass_title">Skip lock screen</string>
 
-    <!-- Configure lock screen: Summary for the option of unlocking directly to home. [CHAR LIMIT=60] -->
+    <!-- Configure lock screen: Summary for the option of unlocking directly to home. [CHAR LIMIT=100] -->
     <string name="lockscreen_bypass_summary">After face unlock, go directly to last used screen</string>
 
-    <!-- Configure lock screen: Search keywords for the option of unlocking directly to home. [CHAR LIMIT=60] -->
+    <!-- Configure lock screen: Search keywords for the option of unlocking directly to home. [CHAR LIMIT=100] -->
     <string name="keywords_lockscreen_bypass">Lock screen, Lockscreen, Skip, Bypass</string>
 
     <!-- Configure Notifications: Title for the option controlling notifications for work profile. [CHAR LIMIT=30] -->