diff --git a/res/layout-land/fingerprint_enroll_finish.xml b/res/layout-land/fingerprint_enroll_finish.xml
index b9e2a6440a7..bb7e2956e13 100644
--- a/res/layout-land/fingerprint_enroll_finish.xml
+++ b/res/layout-land/fingerprint_enroll_finish.xml
@@ -64,16 +64,6 @@
android:layout_height="wrap_content"
android:text="@string/security_settings_fingerprint_enroll_finish_message"/>
-
-
-
-
Just touch the fingerprint sensor to unlock your phone, authorize purchases, or sign in to apps. Be careful whose fingerprints you add. Even one added print can do any of these things.\n\nNote: Your fingerprint may be less secure than a strong pattern or PIN.
- Just touch the fingerprint sensor to authorize purchases, or sign in to apps. Be careful whose fingerprints you add. Even one added print can do any of these things.\n\nNote: You can\u2019t use your fingerprint to unlock this device. For more information, contact your organization\u2019s admin.
+ Use your fingerprint to unlock your phone or approve purchases.\n\nNote: You can\u2019t use your fingerprint to unlock this device. For more information, contact your organization\u2019s admin.
- Just touch the fingerprint sensor to unlock your phone, authorize purchases, or sign in to apps. Be careful whose fingerprints you add. Even one added print can do any of these things.\n\nNote: Your fingerprint may be less secure than a strong pattern or PIN.
+ Use your fingerprint to unlock your phone or approve purchases.\n\nNote: Your fingerprint may be less secure than a strong pattern or PIN.
Cancel
@@ -831,28 +831,27 @@
Skip
- Add fingerprint
+ Next
- Device protection features will not be activated. You won\u2019t be able to prevent others from using this tablet if it\u2019s lost, stolen or wiped.
+ Device protection features won\u2019t be turned on. You won\u2019t be able to prevent others from using this tablet if it\u2019s lost, stolen or reset.
- Device protection features will not be activated. You won\u2019t be able to prevent others from using this device if it\u2019s lost, stolen or wiped.
+ Device protection features won\u2019t be turned on. You won\u2019t be able to prevent others from using this device if it\u2019s lost, stolen or reset.
- Device protection features will not be activated. You won\u2019t be able to prevent others from using this phone if it\u2019s lost, stolen or wiped.
+ Device protection features won\u2019t be turned on. You won\u2019t be able to prevent others from using this phone if it\u2019s lost, stolen or reset.
- Device protection features will not be activated. You won\u2019t be able to prevent others from using this tablet if it\u2019s lost or stolen.
+ Device protection features won\u2019t be turned on. You won\u2019t be able to prevent others from using this tablet if it\u2019s lost or stolen.
- Device protection features will not be activated. You won\u2019t be able to prevent others from using this device if it\u2019s lost or stolen.
+ Device protection features won\u2019t be turned on. You won\u2019t be able to prevent others from using this device if it\u2019s lost or stolen.
- Device protection features will not be activated. You won\u2019t be able to prevent others from using this phone if it\u2019s lost or stolen.
+ Device protection features won\u2019t be turned on. You won\u2019t be able to prevent others from using this phone if it\u2019s lost or stolen.
Skip anyway
Go back
- Find the sensor
+ Touch the sensor
-
- Locate the fingerprint sensor on the back of your phone.
+ It\u2019s on the back of your phone. Use your index finger.
Illustration with device and fingerprint sensor location
@@ -862,21 +861,17 @@
Delete
- Let\u2019s start
+ Touch the sensor
Put your finger on the sensor and lift after you feel a vibration
- Keep going
+ Lift, then touch again
- Move your finger slightly to add all the different parts of your fingerprint
+ Keep lifting your finger to add the different parts of your fingerprint
- Fingerprint added!
+ Fingerprint added
- Whenever you see this icon, you can use your fingerprint for identification or to authorize a purchase.
-
- Just touch the fingerprint sensor to wake and unlock your device.
-
- When you see this icon, you can also authorize purchases or sign in to apps.
+ When you see this icon, use your fingerprint for identification or to approve purchases.
Skip fingerprint setup?
@@ -889,7 +884,7 @@
Whoops, that\u2019s not the sensor
- Use the fingerprint sensor on your device.
+ Touch the sensor on the back of your phone. Use your index finger.
Enrollment was not completed
diff --git a/src/com/android/settings/fingerprint/SetupFingerprintEnrollFinish.java b/src/com/android/settings/fingerprint/SetupFingerprintEnrollFinish.java
index 4d7395d9b22..43ff097153e 100644
--- a/src/com/android/settings/fingerprint/SetupFingerprintEnrollFinish.java
+++ b/src/com/android/settings/fingerprint/SetupFingerprintEnrollFinish.java
@@ -49,12 +49,6 @@ public class SetupFingerprintEnrollFinish extends FingerprintEnrollFinish {
@Override
protected void initViews() {
super.initViews();
-
- final TextView message = (TextView) findViewById(R.id.message);
- message.setText(R.string.setup_fingerprint_enroll_finish_message);
-
- final TextView secondaryMessage = (TextView) findViewById(R.id.message_secondary);
- secondaryMessage.setVisibility(View.VISIBLE);
}
@Override