OSDN Git Service

Fixed the build: Put tablet version of string before default.
authorDanielle Millett <dmillett@google.com>
Thu, 22 Mar 2012 15:46:19 +0000 (11:46 -0400)
committerDanielle Millett <dmillett@google.com>
Thu, 22 Mar 2012 15:46:19 +0000 (11:46 -0400)
Change-Id: I96d48bc82c5e61a6ac7ec04374caf58042fd49c0

res/values/strings.xml

index 5beeace..99def81 100644 (file)
     <!-- On the security settings screen when using face unlock.  This checkbox is used to toggle whether liveliness detection is required.  If it is checked the user must blink during unlock to prove it's not a photo  -->
     <string name="biometric_weak_liveliness_title">Require eye blink</string>
     <!-- On the security settings screen when using face unlock.  The summary of the liveliness checkbox -->
-    <string name="biometric_weak_liveliness_summary" product="default">Prevent others from using a photo of you to unlock your phone</string>
-    <!-- On the security settings screen when using face unlock.  The summary of the liveliness checkbox -->
     <string name="biometric_weak_liveliness_summary" product="tablet">Prevent others from using a photo of you to unlock your tablet</string>
+    <!-- On the security settings screen when using face unlock.  The summary of the liveliness checkbox -->
+    <string name="biometric_weak_liveliness_summary" product="default">Prevent others from using a photo of you to unlock your phone</string>
 
 
     <!-- Security settings screen, setting option name to change screen timeout -->