From 28d635d9aa6c78ec8b217c4b07cf589e9552215a Mon Sep 17 00:00:00 2001 From: Kevin Chyn Date: Tue, 27 Apr 2021 13:53:56 -0700 Subject: [PATCH 1/2] Update FingerprintEnrollIntro text and icons This change uses strings that have already been merged. Anything requiring string changes will be in a follow-up CL Bug: 185804815 Test: on-device Change-Id: I4e3d3631bbb9f976badf9d4a1582456b3cb7fae7 --- res/drawable/ic_device_locked_24dp.xml | 32 +++++++ res/drawable/ic_link_24dp.xml | 32 +++++++ .../fingerprint_enroll_introduction.xml | 86 ++++++++++++------- 3 files changed, 118 insertions(+), 32 deletions(-) create mode 100644 res/drawable/ic_device_locked_24dp.xml create mode 100644 res/drawable/ic_link_24dp.xml diff --git a/res/drawable/ic_device_locked_24dp.xml b/res/drawable/ic_device_locked_24dp.xml new file mode 100644 index 00000000000..f968b1c26c7 --- /dev/null +++ b/res/drawable/ic_device_locked_24dp.xml @@ -0,0 +1,32 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_link_24dp.xml b/res/drawable/ic_link_24dp.xml new file mode 100644 index 00000000000..cce1caad5a9 --- /dev/null +++ b/res/drawable/ic_link_24dp.xml @@ -0,0 +1,32 @@ + + + + + + + + \ No newline at end of file diff --git a/res/layout/fingerprint_enroll_introduction.xml b/res/layout/fingerprint_enroll_introduction.xml index 8555f1ab13a..acf516fc4c9 100644 --- a/res/layout/fingerprint_enroll_introduction.xml +++ b/res/layout/fingerprint_enroll_introduction.xml @@ -55,6 +55,56 @@ android:layout_height="wrap_content" android:orientation="vertical"> + + + + + + + + + + + + + + + + + + + android:src="@drawable/ic_trash_can"/> + android:text="@string/security_settings_fingerprint_v2_enroll_introduction_footer_message_4" /> - - + android:src="@drawable/ic_link_24dp"/> - - - - - - - + android:text="@string/security_settings_fingerprint_v2_enroll_introduction_message_learn_more" /> From 290298d58d306f4b0f173f1ae6f9cd2d515d0d56 Mon Sep 17 00:00:00 2001 From: Kevin Chyn Date: Tue, 27 Apr 2021 14:37:34 -0700 Subject: [PATCH 2/2] Update fingerprint strings Bug: 185804815 Test: manual Change-Id: I5d1431646cd320e0f72e3c5f9f22cc2c9c2d0ef6 --- res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 213b9e10728..68922df8c05 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -945,9 +945,9 @@ Fingerprint Unlock creates a unique model of your fingerprint to recognize you during authentication. To create this fingerprint model during setup, you will take images of your fingerprint from different positions. - The phone will also use images from your interactions with Fingerprint Unlock to update your fingerprint model. Your fingerprint images and model are stored securely on your phone and never leave the phone. All processing occurs securely on your phone. + The phone will also use images from your interactions with Fingerprint Unlock to update your fingerprint model. Images used to create your fingerprint model are never stored, but the fingerprint model is stored securely on your phone and never leaves the phone. All processing occurs securely on your phone. - You can delete your fingerprint images and model, or turn off Fingerprint Unlock at any time in Settings. Fingerprint images and models are stored on the phone until you delete them. + You can delete your fingerprint model, or turn off Fingerprint Unlock at any time in Settings. Fingerprint models are stored on the phone until you delete them.