Merge changes from topic "Face Intro Changes" into qt-dev
am: 0f65b773be
Change-Id: I3868316218a7c6cd22e495f8a497941ab7451fc1
This commit is contained in:
@@ -1588,6 +1588,10 @@
|
|||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:screenOrientation="portrait"/>
|
android:screenOrientation="portrait"/>
|
||||||
|
|
||||||
|
<activity android:name=".biometrics.face.FaceEnrollEducation"
|
||||||
|
android:exported="false"
|
||||||
|
android:screenOrientation="portrait"/>
|
||||||
|
|
||||||
<activity android:name=".biometrics.face.FaceEnrollEnrolling"
|
<activity android:name=".biometrics.face.FaceEnrollEnrolling"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:screenOrientation="portrait"/>
|
android:screenOrientation="portrait"/>
|
||||||
|
42
res/drawable/ic_face_enroll_introduction_people.xml
Normal file
42
res/drawable/ic_face_enroll_introduction_people.xml
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
<!--
|
||||||
|
~ Copyright (C) 2019 The Android Open Source Project
|
||||||
|
~
|
||||||
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
~ you may not use this file except in compliance with the License.
|
||||||
|
~ You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License
|
||||||
|
-->
|
||||||
|
|
||||||
|
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:aapt="http://schemas.android.com/aapt">
|
||||||
|
<aapt:attr name="android:drawable">
|
||||||
|
<vector android:height="24dp" android:width="24dp" android:viewportHeight="24"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:tint="?android:attr/colorControlNormal">
|
||||||
|
<group android:name="_R_G">
|
||||||
|
<group android:name="_R_G_L_0_G">
|
||||||
|
<path android:name="_R_G_L_0_G_D_0_P_0" android:fillColor="#000000"
|
||||||
|
android:fillAlpha="1" android:fillType="nonZero"
|
||||||
|
android:pathData=" M15 8 C15,6.58 14.5,5.27 13.67,4.24 C14.09,4.1 14.53,4 15,4 C17.21,4 19,5.79 19,8 C19,10.21 17.21,12 15,12 C14.57,12 14.16,11.91 13.77,11.79 C13.74,11.78 13.71,11.77 13.67,11.76 C14.5,10.73 15,9.42 15,8c M16.66 13.13 C18.03,14.06 19,15.32 19,17 C19,17 19,20 19,20 C19,20 23,20 23,20 C23,20 23,17 23,17 C23,14.82 19.42,13.53 16.66,13.13c M9 6 C7.9,6 7,6.9 7,8 C7,9.1 7.9,10 9,10 C10.1,10 11,9.1 11,8 C11,6.9 10.1,6 9,6c M9 15 C6.3,15 3.2,16.29 3,17.01 C3,17.01 3,18 3,18 C3,18 15,18 15,18 C15,18 15,17 15,17 C14.8,16.29 11.7,15 9,15c M9 4 C11.21,4 13,5.79 13,8 C13,10.21 11.21,12 9,12 C6.79,12 5,10.21 5,8 C5,5.79 6.79,4 9,4c M9 13 C11.67,13 17,14.34 17,17 C17,17 17,20 17,20 C17,20 1,20 1,20 C1,20 1,17 1,17 C1,14.34 6.33,13 9,13c "/>
|
||||||
|
</group>
|
||||||
|
</group>
|
||||||
|
<group android:name="time_group"/>
|
||||||
|
</vector>
|
||||||
|
</aapt:attr>
|
||||||
|
<target android:name="time_group">
|
||||||
|
<aapt:attr name="android:animation">
|
||||||
|
<set android:ordering="together">
|
||||||
|
<objectAnimator android:propertyName="translateX" android:duration="2000"
|
||||||
|
android:startOffset="0" android:valueFrom="0" android:valueTo="1"
|
||||||
|
android:valueType="floatType"/>
|
||||||
|
</set>
|
||||||
|
</aapt:attr>
|
||||||
|
</target>
|
||||||
|
</animated-vector>
|
45
res/drawable/ic_face_enroll_introduction_shield.xml
Normal file
45
res/drawable/ic_face_enroll_introduction_shield.xml
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
<!--
|
||||||
|
~ Copyright (C) 2019 The Android Open Source Project
|
||||||
|
~
|
||||||
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
~ you may not use this file except in compliance with the License.
|
||||||
|
~ You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License
|
||||||
|
-->
|
||||||
|
|
||||||
|
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:aapt="http://schemas.android.com/aapt">
|
||||||
|
<aapt:attr name="android:drawable">
|
||||||
|
<vector android:height="24dp" android:width="24dp" android:viewportHeight="24"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:tint="?android:attr/colorControlNormal">
|
||||||
|
<group android:name="_R_G">
|
||||||
|
<group android:name="_R_G_L_0_G">
|
||||||
|
<path android:name="_R_G_L_0_G_D_0_P_0" android:fillColor="#000000"
|
||||||
|
android:fillAlpha="1" android:fillType="nonZero"
|
||||||
|
android:pathData=" M12 2 C12,2 3.82,5.64 3.82,5.64 C3.82,5.64 3.82,11.09 3.82,11.09 C3.82,16.14 7.31,20.85 12,22 C16.69,20.85 20.18,16.14 20.18,11.09 C20.18,11.09 20.18,5.64 20.18,5.64 C20.18,5.64 12,2 12,2c M18.18 11.09 C18.18,12.64 17.77,14.14 17.08,15.47 C15.77,14.5 13.4,14 12,14 C10.6,14 8.23,14.5 6.92,15.47 C6.23,14.14 5.82,12.64 5.82,11.09 C5.82,11.09 5.82,6.94 5.82,6.94 C5.82,6.94 12,4.19 12,4.19 C12,4.19 18.18,6.94 18.18,6.94 C18.18,6.94 18.18,11.09 18.18,11.09c "/>
|
||||||
|
<path android:name="_R_G_L_0_G_D_1_P_0" android:fillColor="#000000"
|
||||||
|
android:fillAlpha="1" android:fillType="nonZero"
|
||||||
|
android:pathData=" M12 7.5 C13.66,7.5 15,8.84 15,10.5 C15,12.16 13.66,13.5 12,13.5 C10.34,13.5 9,12.16 9,10.5 C9,8.84 10.34,7.5 12,7.5c "/>
|
||||||
|
</group>
|
||||||
|
</group>
|
||||||
|
<group android:name="time_group"/>
|
||||||
|
</vector>
|
||||||
|
</aapt:attr>
|
||||||
|
<target android:name="time_group">
|
||||||
|
<aapt:attr name="android:animation">
|
||||||
|
<set android:ordering="together">
|
||||||
|
<objectAnimator android:propertyName="translateX" android:duration="2000"
|
||||||
|
android:startOffset="0" android:valueFrom="0" android:valueTo="1"
|
||||||
|
android:valueType="floatType"/>
|
||||||
|
</set>
|
||||||
|
</aapt:attr>
|
||||||
|
</target>
|
||||||
|
</animated-vector>
|
45
res/drawable/ic_face_enroll_introduction_visibility.xml
Normal file
45
res/drawable/ic_face_enroll_introduction_visibility.xml
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
<!--
|
||||||
|
~ Copyright (C) 2019 The Android Open Source Project
|
||||||
|
~
|
||||||
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
~ you may not use this file except in compliance with the License.
|
||||||
|
~ You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License
|
||||||
|
-->
|
||||||
|
|
||||||
|
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:aapt="http://schemas.android.com/aapt">
|
||||||
|
<aapt:attr name="android:drawable">
|
||||||
|
<vector android:height="24dp" android:width="24dp" android:viewportHeight="24"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:tint="?android:attr/colorControlNormal">
|
||||||
|
<group android:name="_R_G">
|
||||||
|
<group android:name="_R_G_L_0_G">
|
||||||
|
<path android:name="_R_G_L_0_G_D_0_P_0" android:fillColor="#000000"
|
||||||
|
android:fillAlpha="1" android:fillType="nonZero"
|
||||||
|
android:pathData=" M12 7 C9.52,7 7.5,9.02 7.5,11.5 C7.5,13.98 9.52,16 12,16 C14.48,16 16.5,13.98 16.5,11.5 C16.5,9.02 14.48,7 12,7c M12 14.2 C10.51,14.2 9.3,12.99 9.3,11.5 C9.3,10.01 10.51,8.8 12,8.8 C13.49,8.8 14.7,10.01 14.7,11.5 C14.7,12.99 13.49,14.2 12,14.2c "/>
|
||||||
|
<path android:name="_R_G_L_0_G_D_1_P_0" android:fillColor="#000000"
|
||||||
|
android:fillAlpha="1" android:fillType="nonZero"
|
||||||
|
android:pathData=" M12 4 C7,4 2.73,7.11 1,11.5 C2.73,15.89 7,19 12,19 C17,19 21.27,15.89 23,11.5 C21.27,7.11 17,4 12,4c M12 17 C8.21,17 4.83,14.87 3.18,11.5 C4.83,8.13 8.21,6 12,6 C15.79,6 19.17,8.13 20.82,11.5 C19.17,14.87 15.79,17 12,17c "/>
|
||||||
|
</group>
|
||||||
|
</group>
|
||||||
|
<group android:name="time_group"/>
|
||||||
|
</vector>
|
||||||
|
</aapt:attr>
|
||||||
|
<target android:name="time_group">
|
||||||
|
<aapt:attr name="android:animation">
|
||||||
|
<set android:ordering="together">
|
||||||
|
<objectAnimator android:propertyName="translateX" android:duration="2000"
|
||||||
|
android:startOffset="0" android:valueFrom="0" android:valueTo="1"
|
||||||
|
android:valueType="floatType"/>
|
||||||
|
</set>
|
||||||
|
</aapt:attr>
|
||||||
|
</target>
|
||||||
|
</animated-vector>
|
103
res/layout/face_enroll_education.xml
Normal file
103
res/layout/face_enroll_education.xml
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (C) 2018 The Android Open Source Project
|
||||||
|
~
|
||||||
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
~ you may not use this file except in compliance with the License.
|
||||||
|
~ You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License
|
||||||
|
-->
|
||||||
|
|
||||||
|
<com.google.android.setupdesign.GlifLayout
|
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
|
xmlns:FaceEnrollAccessibilitySwitch="http://schemas.android.com/apk/res/com.android.settings"
|
||||||
|
style="?attr/face_layout_theme"
|
||||||
|
android:id="@+id/setup_wizard_layout"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
|
<LinearLayout
|
||||||
|
style="@style/SudContentFrame"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:clipChildren="false"
|
||||||
|
android:clipToPadding="false"
|
||||||
|
android:orientation="vertical">
|
||||||
|
|
||||||
|
<com.google.android.setupdesign.view.RichTextView
|
||||||
|
android:id="@+id/sud_layout_description"
|
||||||
|
style="@style/SudDescription.Glif"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:textAlignment="center"
|
||||||
|
android:text="@string/security_settings_face_enroll_education_message"/>
|
||||||
|
|
||||||
|
<com.google.android.setupdesign.view.RichTextView
|
||||||
|
android:id="@+id/error_text"
|
||||||
|
style="@style/SudDescription.Glif"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"/>
|
||||||
|
|
||||||
|
<FrameLayout
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginVertical="48dp">
|
||||||
|
|
||||||
|
<com.google.android.setupdesign.view.IllustrationVideoView
|
||||||
|
android:id="@+id/illustration_normal"
|
||||||
|
style="@style/SudContentIllustration"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
app:sudVideo="@raw/face_education"/>
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/illustration_accessibility"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="center"
|
||||||
|
android:visibility="invisible"
|
||||||
|
android:background="@drawable/face_enroll_introduction"/>
|
||||||
|
|
||||||
|
</FrameLayout>
|
||||||
|
|
||||||
|
<!-- Contains the buttons and extra information text at the bottom -->
|
||||||
|
<LinearLayout
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:orientation="vertical"
|
||||||
|
android:layout_gravity="center_horizontal|bottom">
|
||||||
|
|
||||||
|
<FrameLayout
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content">
|
||||||
|
|
||||||
|
<Button
|
||||||
|
android:id="@+id/accessibility_button"
|
||||||
|
style="@style/SudGlifButton.Secondary"
|
||||||
|
android:layout_gravity="center"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/security_settings_face_enroll_introduction_accessibility"/>
|
||||||
|
|
||||||
|
<com.android.settings.biometrics.face.FaceEnrollAccessibilityToggle
|
||||||
|
android:id="@+id/toggle_diversity"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:visibility="gone"
|
||||||
|
FaceEnrollAccessibilitySwitch:messageText="@string/security_settings_face_enroll_introduction_accessibility_diversity"/>
|
||||||
|
|
||||||
|
</FrameLayout>
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
</com.google.android.setupdesign.GlifLayout>
|
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
~ Copyright (C) 2018 The Android Open Source Project
|
~ Copyright (C) 2019 The Android Open Source Project
|
||||||
~
|
~
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
~ you may not use this file except in compliance with the License.
|
~ you may not use this file except in compliance with the License.
|
||||||
@@ -37,13 +37,13 @@
|
|||||||
style="@style/SudDescription.Glif"
|
style="@style/SudDescription.Glif"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/security_settings_face_enroll_introduction_message" />
|
android:text="@string/security_settings_face_enroll_introduction_message"/>
|
||||||
|
|
||||||
<com.google.android.setupdesign.view.RichTextView
|
<com.google.android.setupdesign.view.RichTextView
|
||||||
android:id="@+id/error_text"
|
android:id="@+id/error_text"
|
||||||
style="@style/SudDescription.Glif"
|
style="@style/SudDescription.Glif"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content" />
|
android:layout_height="wrap_content"/>
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@@ -52,18 +52,10 @@
|
|||||||
|
|
||||||
<com.google.android.setupdesign.view.IllustrationVideoView
|
<com.google.android.setupdesign.view.IllustrationVideoView
|
||||||
android:id="@+id/illustration_normal"
|
android:id="@+id/illustration_normal"
|
||||||
style="@style/SudContentIllustration"
|
|
||||||
android:layout_width="240dp"
|
|
||||||
android:layout_height="240dp"
|
|
||||||
app:sudVideo="@raw/face_enroll_introduction_animation" />
|
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:id="@+id/illustration_accessibility"
|
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center"
|
style="@style/SudContentIllustration"
|
||||||
android:visibility="invisible"
|
app:sudVideo="@raw/face_enroll_introduction_animation"/>
|
||||||
android:background="@drawable/face_enroll_introduction" />
|
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
@@ -74,29 +66,7 @@
|
|||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_gravity="center_horizontal|bottom">
|
android:layout_gravity="center_horizontal|bottom">
|
||||||
|
|
||||||
<FrameLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content">
|
|
||||||
|
|
||||||
<Button
|
|
||||||
android:id="@+id/accessibility_button"
|
|
||||||
style="@style/SudGlifButton.Secondary"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="@string/security_settings_face_enroll_introduction_accessibility" />
|
|
||||||
|
|
||||||
<com.android.settings.biometrics.face.FaceEnrollAccessibilityToggle
|
|
||||||
android:id="@+id/toggle_diversity"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:visibility="gone"
|
|
||||||
FaceEnrollAccessibilitySwitch:messageText="@string/security_settings_face_enroll_introduction_accessibility_diversity"/>
|
|
||||||
|
|
||||||
</FrameLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/footer_layout"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
@@ -107,15 +77,61 @@
|
|||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@drawable/ic_face_enroll_introduction_detail">
|
android:background="@drawable/ic_face_enroll_introduction_shield">
|
||||||
</ImageView>
|
</ImageView>
|
||||||
<Space
|
<Space
|
||||||
android:layout_width="8dp"
|
android:layout_width="8dp"
|
||||||
android:layout_height="wrap_content" />
|
android:layout_height="wrap_content"/>
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/security_settings_face_enroll_introduction_footer_message"/>
|
android:text="@string/security_settings_face_enroll_introduction_footer_part_1"/>
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
<LinearLayout
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:orientation="horizontal"
|
||||||
|
android:paddingStart="16dp"
|
||||||
|
android:paddingEnd="16dp"
|
||||||
|
android:paddingTop="24dp">
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:background="@drawable/ic_face_enroll_introduction_visibility">
|
||||||
|
</ImageView>
|
||||||
|
<Space
|
||||||
|
android:layout_width="8dp"
|
||||||
|
android:layout_height="wrap_content"/>
|
||||||
|
<TextView
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/security_settings_face_enroll_introduction_footer_part_2"/>
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
<LinearLayout
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:orientation="horizontal"
|
||||||
|
android:paddingStart="16dp"
|
||||||
|
android:paddingEnd="16dp"
|
||||||
|
android:paddingTop="24dp">
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:background="@drawable/ic_face_enroll_introduction_people">
|
||||||
|
</ImageView>
|
||||||
|
<Space
|
||||||
|
android:layout_width="8dp"
|
||||||
|
android:layout_height="wrap_content"/>
|
||||||
|
<TextView
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/security_settings_face_enroll_introduction_footer_part_3"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
0
res/raw/face_education.mp4
Normal file
0
res/raw/face_education.mp4
Normal file
@@ -888,6 +888,12 @@
|
|||||||
<string name="security_settings_face_preference_summary_none">Tap to set up face authentication</string>
|
<string name="security_settings_face_preference_summary_none">Tap to set up face authentication</string>
|
||||||
<!-- Title shown for menu item that launches face settings or enrollment. [CHAR LIMIT=32] -->
|
<!-- Title shown for menu item that launches face settings or enrollment. [CHAR LIMIT=32] -->
|
||||||
<string name="security_settings_face_preference_title">Face authentication</string>
|
<string name="security_settings_face_preference_title">Face authentication</string>
|
||||||
|
<!-- Introduction title shown in face enrollment education screen [CHAR LIMIT=40] -->
|
||||||
|
<string name="security_settings_face_enroll_education_title">How to set up Face unlock</string>
|
||||||
|
<!-- Introduction title shown in face enrollment education screen to show the face authentication feature, when face unlock is disabled by device admin [CHAR LIMIT=40] -->
|
||||||
|
<string name="security_settings_face_enroll_education_title_unlock_disabled">Use your face to authenticate</string>
|
||||||
|
<!-- Introduction detail message shown in face education [CHAR LIMIT=NONE] -->
|
||||||
|
<string name="security_settings_face_enroll_education_message"></string>
|
||||||
<!-- Button shown which shows accessibility toggles for face enrollment when clicked. [CHAR LIMIT=32] -->
|
<!-- Button shown which shows accessibility toggles for face enrollment when clicked. [CHAR LIMIT=32] -->
|
||||||
<string name="security_settings_face_enroll_introduction_accessibility">Use accessibility setup</string>
|
<string name="security_settings_face_enroll_introduction_accessibility">Use accessibility setup</string>
|
||||||
<!-- Additional details shown when the accessibility toggle is expanded. [CHAR LIMIT=NONE]-->
|
<!-- Additional details shown when the accessibility toggle is expanded. [CHAR LIMIT=NONE]-->
|
||||||
@@ -908,8 +914,12 @@
|
|||||||
<string name="security_settings_face_enroll_introduction_message_unlock_disabled">Use your face to unlock your phone or approve purchases.\n\nNote: You can\u2019t use your face to unlock this device. For more information, contact your organization\u2019s admin.</string>
|
<string name="security_settings_face_enroll_introduction_message_unlock_disabled">Use your face to unlock your phone or approve purchases.\n\nNote: You can\u2019t use your face to unlock this device. For more information, contact your organization\u2019s admin.</string>
|
||||||
<!-- Introduction detail message shown in face enrollment screen in setup wizard. [CHAR LIMIT=NONE] -->
|
<!-- Introduction detail message shown in face enrollment screen in setup wizard. [CHAR LIMIT=NONE] -->
|
||||||
<string name="security_settings_face_enroll_introduction_message_setup">Use your face to unlock your phone, authorize purchases, or sign in to apps</string>
|
<string name="security_settings_face_enroll_introduction_message_setup">Use your face to unlock your phone, authorize purchases, or sign in to apps</string>
|
||||||
<!-- Introduction detail message shown in face enrollment that provides extra detais. [CHAR LIMIT=NONE] -->
|
<!-- Introduction message shown in face enrollment that provides extra detail. [CHAR LIMIT=NONE] -->
|
||||||
<string name="security_settings_face_enroll_introduction_footer_message"></string>
|
<string name="security_settings_face_enroll_introduction_footer_part_1"></string>
|
||||||
|
<!-- Introduction message shown in face enrollment that provides extra detail. [CHAR LIMIT=NONE] -->
|
||||||
|
<string name="security_settings_face_enroll_introduction_footer_part_2"></string>
|
||||||
|
<!-- Introduction message shown in face enrollment that provides extra detail. [CHAR LIMIT=NONE] -->
|
||||||
|
<string name="security_settings_face_enroll_introduction_footer_part_3"></string>
|
||||||
<!-- Title shown in face enrollment dialog [CHAR LIMIT=40] -->
|
<!-- Title shown in face enrollment dialog [CHAR LIMIT=40] -->
|
||||||
<string name="security_settings_face_enroll_repeat_title">Center your face in the circle</string>
|
<string name="security_settings_face_enroll_repeat_title">Center your face in the circle</string>
|
||||||
<!-- Button text to skip enrollment of face [CHAR LIMIT=40] -->
|
<!-- Button text to skip enrollment of face [CHAR LIMIT=40] -->
|
||||||
|
@@ -0,0 +1,175 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2018 The Android Open Source Project
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.android.settings.biometrics.face;
|
||||||
|
|
||||||
|
import static android.provider.Settings.Secure.FACE_UNLOCK_EDUCATION_INFO_DISPLAYED;
|
||||||
|
import static android.security.KeyStore.getApplicationContext;
|
||||||
|
|
||||||
|
import android.app.settings.SettingsEnums;
|
||||||
|
import android.content.ComponentName;
|
||||||
|
import android.content.Context;
|
||||||
|
import android.content.Intent;
|
||||||
|
import android.hardware.face.FaceManager;
|
||||||
|
import android.os.Bundle;
|
||||||
|
import android.os.Handler;
|
||||||
|
import android.os.UserHandle;
|
||||||
|
import android.provider.Settings;
|
||||||
|
import android.text.TextUtils;
|
||||||
|
import android.view.View;
|
||||||
|
import android.widget.Button;
|
||||||
|
import android.widget.CompoundButton;
|
||||||
|
|
||||||
|
import com.android.settings.R;
|
||||||
|
import com.android.settings.Utils;
|
||||||
|
import com.android.settings.biometrics.BiometricEnrollBase;
|
||||||
|
import com.android.settings.password.ChooseLockSettingsHelper;
|
||||||
|
|
||||||
|
import com.google.android.setupcompat.template.FooterBarMixin;
|
||||||
|
import com.google.android.setupcompat.template.FooterButton;
|
||||||
|
import com.google.android.setupcompat.util.WizardManagerHelper;
|
||||||
|
import com.google.android.setupdesign.view.IllustrationVideoView;
|
||||||
|
|
||||||
|
public class FaceEnrollEducation extends BiometricEnrollBase {
|
||||||
|
|
||||||
|
private static final String TAG = "FaceEducation";
|
||||||
|
private static final int ON = 1;
|
||||||
|
private static final int OFF = 0;
|
||||||
|
// 10 seconds.
|
||||||
|
private static final long FACE_ENROLL_EDUCATION_DELAY = 16000;
|
||||||
|
|
||||||
|
private FaceManager mFaceManager;
|
||||||
|
private FaceEnrollAccessibilityToggle mSwitchDiversity;
|
||||||
|
|
||||||
|
private IllustrationVideoView mIllustrationNormal;
|
||||||
|
private View mIllustrationAccessibility;
|
||||||
|
private Handler mHandler;
|
||||||
|
|
||||||
|
private CompoundButton.OnCheckedChangeListener mSwitchDiversityListener =
|
||||||
|
new CompoundButton.OnCheckedChangeListener() {
|
||||||
|
@Override
|
||||||
|
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
|
||||||
|
if (isChecked) {
|
||||||
|
mIllustrationNormal.stop();
|
||||||
|
mIllustrationNormal.setVisibility(View.INVISIBLE);
|
||||||
|
mIllustrationAccessibility.setVisibility(View.VISIBLE);
|
||||||
|
} else {
|
||||||
|
mIllustrationNormal.setVisibility(View.VISIBLE);
|
||||||
|
mIllustrationNormal.start();
|
||||||
|
mIllustrationAccessibility.setVisibility(View.INVISIBLE);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
|
super.onCreate(savedInstanceState);
|
||||||
|
setContentView(R.layout.face_enroll_education);
|
||||||
|
getLayout().setHeaderText(R.string.security_settings_face_enroll_education_title);
|
||||||
|
setTitle(R.string.security_settings_face_enroll_education_title);
|
||||||
|
mHandler = new Handler();
|
||||||
|
|
||||||
|
mFaceManager = Utils.getFaceManagerOrNull(this);
|
||||||
|
final Button accessibilityButton = findViewById(R.id.accessibility_button);
|
||||||
|
accessibilityButton.setOnClickListener(view -> {
|
||||||
|
mSwitchDiversity.setChecked(true);
|
||||||
|
accessibilityButton.setVisibility(View.GONE);
|
||||||
|
mSwitchDiversity.setVisibility(View.VISIBLE);
|
||||||
|
});
|
||||||
|
|
||||||
|
mSwitchDiversity = findViewById(R.id.toggle_diversity);
|
||||||
|
mSwitchDiversity.setListener(mSwitchDiversityListener);
|
||||||
|
|
||||||
|
mIllustrationNormal = findViewById(R.id.illustration_normal);
|
||||||
|
mIllustrationAccessibility = findViewById(R.id.illustration_accessibility);
|
||||||
|
|
||||||
|
mFooterBarMixin = getLayout().getMixin(FooterBarMixin.class);
|
||||||
|
mFooterBarMixin.setSecondaryButton(
|
||||||
|
new FooterButton.Builder(this)
|
||||||
|
.setText(R.string.security_settings_face_enroll_enrolling_skip)
|
||||||
|
.setListener(this::onSkipButtonClick)
|
||||||
|
.setButtonType(FooterButton.ButtonType.SKIP)
|
||||||
|
.setTheme(R.style.SudGlifButton_Secondary)
|
||||||
|
.build()
|
||||||
|
);
|
||||||
|
|
||||||
|
final FooterButton footerButton = new FooterButton.Builder(this)
|
||||||
|
.setText(R.string.wizard_next)
|
||||||
|
.setListener(this::onNextButtonClick)
|
||||||
|
.setButtonType(FooterButton.ButtonType.NEXT)
|
||||||
|
.setTheme(R.style.SudGlifButton_Primary)
|
||||||
|
.build();
|
||||||
|
|
||||||
|
mFooterBarMixin.setPrimaryButton(footerButton);
|
||||||
|
final Context context = getApplicationContext();
|
||||||
|
final boolean didDisplayEdu = Settings.Secure.getIntForUser(context.getContentResolver(),
|
||||||
|
FACE_UNLOCK_EDUCATION_INFO_DISPLAYED, OFF, mUserId) == ON;
|
||||||
|
if (!didDisplayEdu) {
|
||||||
|
Settings.Secure.putIntForUser(context.getContentResolver(),
|
||||||
|
FACE_UNLOCK_EDUCATION_INFO_DISPLAYED, ON, mUserId);
|
||||||
|
footerButton.setEnabled(false);
|
||||||
|
mHandler.postDelayed(() -> {
|
||||||
|
footerButton.setEnabled(true);
|
||||||
|
}, FACE_ENROLL_EDUCATION_DELAY);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void onResume() {
|
||||||
|
super.onResume();
|
||||||
|
mSwitchDiversityListener.onCheckedChanged(mSwitchDiversity.getSwitch(),
|
||||||
|
mSwitchDiversity.isChecked());
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void onNextButtonClick(View view) {
|
||||||
|
final Intent intent = new Intent();
|
||||||
|
if (mToken != null) {
|
||||||
|
intent.putExtra(ChooseLockSettingsHelper.EXTRA_KEY_CHALLENGE_TOKEN, mToken);
|
||||||
|
}
|
||||||
|
if (mUserId != UserHandle.USER_NULL) {
|
||||||
|
intent.putExtra(Intent.EXTRA_USER_ID, mUserId);
|
||||||
|
}
|
||||||
|
final String flattenedString = getString(R.string.config_face_enroll);
|
||||||
|
if (!TextUtils.isEmpty(flattenedString)) {
|
||||||
|
ComponentName componentName = ComponentName.unflattenFromString(flattenedString);
|
||||||
|
intent.setComponent(componentName);
|
||||||
|
} else {
|
||||||
|
intent.setClass(this, FaceEnrollEnrolling.class);
|
||||||
|
}
|
||||||
|
intent.putExtra(EXTRA_KEY_REQUIRE_DIVERSITY, !mSwitchDiversity.isChecked());
|
||||||
|
WizardManagerHelper.copyWizardManagerExtras(getIntent(), intent);
|
||||||
|
startActivityForResult(intent, BIOMETRIC_FIND_SENSOR_REQUEST);
|
||||||
|
}
|
||||||
|
|
||||||
|
protected void onSkipButtonClick(View view) {
|
||||||
|
setResult(RESULT_SKIP);
|
||||||
|
finish();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
|
||||||
|
if (requestCode == BIOMETRIC_FIND_SENSOR_REQUEST) {
|
||||||
|
setResult(resultCode);
|
||||||
|
finish();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getMetricsCategory() {
|
||||||
|
return SettingsEnums.FACE_ENROLL_INTRO;
|
||||||
|
}
|
||||||
|
}
|
@@ -18,14 +18,9 @@ package com.android.settings.biometrics.face;
|
|||||||
|
|
||||||
import android.app.admin.DevicePolicyManager;
|
import android.app.admin.DevicePolicyManager;
|
||||||
import android.app.settings.SettingsEnums;
|
import android.app.settings.SettingsEnums;
|
||||||
import android.content.ComponentName;
|
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
import android.hardware.face.FaceManager;
|
import android.hardware.face.FaceManager;
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
import android.text.TextUtils;
|
|
||||||
import android.view.View;
|
|
||||||
import android.widget.Button;
|
|
||||||
import android.widget.CompoundButton;
|
|
||||||
import android.widget.TextView;
|
import android.widget.TextView;
|
||||||
|
|
||||||
import com.android.settings.R;
|
import com.android.settings.R;
|
||||||
@@ -38,51 +33,18 @@ import com.google.android.setupcompat.template.FooterBarMixin;
|
|||||||
import com.google.android.setupcompat.template.FooterButton;
|
import com.google.android.setupcompat.template.FooterButton;
|
||||||
import com.google.android.setupcompat.util.WizardManagerHelper;
|
import com.google.android.setupcompat.util.WizardManagerHelper;
|
||||||
import com.google.android.setupdesign.span.LinkSpan;
|
import com.google.android.setupdesign.span.LinkSpan;
|
||||||
import com.google.android.setupdesign.view.IllustrationVideoView;
|
|
||||||
|
|
||||||
public class FaceEnrollIntroduction extends BiometricEnrollIntroduction {
|
public class FaceEnrollIntroduction extends BiometricEnrollIntroduction {
|
||||||
|
|
||||||
private static final String TAG = "FaceIntro";
|
private static final String TAG = "FaceIntro";
|
||||||
|
|
||||||
private FaceManager mFaceManager;
|
private FaceManager mFaceManager;
|
||||||
private FaceEnrollAccessibilityToggle mSwitchDiversity;
|
|
||||||
|
|
||||||
private IllustrationVideoView mIllustrationNormal;
|
|
||||||
private View mIllustrationAccessibility;
|
|
||||||
|
|
||||||
private CompoundButton.OnCheckedChangeListener mSwitchDiversityListener =
|
|
||||||
new CompoundButton.OnCheckedChangeListener() {
|
|
||||||
@Override
|
|
||||||
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
|
|
||||||
if (isChecked) {
|
|
||||||
mIllustrationNormal.stop();
|
|
||||||
mIllustrationNormal.setVisibility(View.INVISIBLE);
|
|
||||||
mIllustrationAccessibility.setVisibility(View.VISIBLE);
|
|
||||||
} else {
|
|
||||||
mIllustrationNormal.setVisibility(View.VISIBLE);
|
|
||||||
mIllustrationNormal.start();
|
|
||||||
mIllustrationAccessibility.setVisibility(View.INVISIBLE);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
|
|
||||||
mFaceManager = Utils.getFaceManagerOrNull(this);
|
mFaceManager = Utils.getFaceManagerOrNull(this);
|
||||||
final Button accessibilityButton = findViewById(R.id.accessibility_button);
|
|
||||||
accessibilityButton.setOnClickListener(view -> {
|
|
||||||
mSwitchDiversity.setChecked(true);
|
|
||||||
accessibilityButton.setVisibility(View.GONE);
|
|
||||||
mSwitchDiversity.setVisibility(View.VISIBLE);
|
|
||||||
});
|
|
||||||
|
|
||||||
mSwitchDiversity = findViewById(R.id.toggle_diversity);
|
|
||||||
mSwitchDiversity.setListener(mSwitchDiversityListener);
|
|
||||||
|
|
||||||
mIllustrationNormal = findViewById(R.id.illustration_normal);
|
|
||||||
mIllustrationAccessibility = findViewById(R.id.illustration_accessibility);
|
|
||||||
|
|
||||||
mFooterBarMixin = getLayout().getMixin(FooterBarMixin.class);
|
mFooterBarMixin = getLayout().getMixin(FooterBarMixin.class);
|
||||||
if (WizardManagerHelper.isAnySetupWizard(getIntent())) {
|
if (WizardManagerHelper.isAnySetupWizard(getIntent())) {
|
||||||
@@ -115,13 +77,6 @@ public class FaceEnrollIntroduction extends BiometricEnrollIntroduction {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void onResume() {
|
|
||||||
super.onResume();
|
|
||||||
mSwitchDiversityListener.onCheckedChanged(mSwitchDiversity.getSwitch(),
|
|
||||||
mSwitchDiversity.isChecked());
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected boolean isDisabledByAdmin() {
|
protected boolean isDisabledByAdmin() {
|
||||||
return RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled(
|
return RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled(
|
||||||
@@ -200,16 +155,7 @@ public class FaceEnrollIntroduction extends BiometricEnrollIntroduction {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Intent getEnrollingIntent() {
|
protected Intent getEnrollingIntent() {
|
||||||
final String flattenedString = getString(R.string.config_face_enroll);
|
Intent intent = new Intent(this, FaceEnrollEducation.class);
|
||||||
final Intent intent = new Intent();
|
|
||||||
if (!TextUtils.isEmpty(flattenedString)) {
|
|
||||||
ComponentName componentName = ComponentName.unflattenFromString(flattenedString);
|
|
||||||
intent.setComponent(componentName);
|
|
||||||
|
|
||||||
} else {
|
|
||||||
intent.setClass(this, FaceEnrollEnrolling.class);
|
|
||||||
}
|
|
||||||
intent.putExtra(EXTRA_KEY_REQUIRE_DIVERSITY, !mSwitchDiversity.isChecked());
|
|
||||||
WizardManagerHelper.copyWizardManagerExtras(getIntent(), intent);
|
WizardManagerHelper.copyWizardManagerExtras(getIntent(), intent);
|
||||||
return intent;
|
return intent;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user