Update fingerprint settings to spec
- Make it look like a sub settings activity, with back button - Add disclaimer to describe what your fingerprint can be used for - Update visuals and text for "Add fingerprint" - Update related string Bug: 20594955 Change-Id: I0adfcc743db386e0abf9cfdafff3d068ebc3b4bc
This commit is contained in:
@@ -14,25 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
|
||||
android:title="@string/security_settings_fingerprint_preference_title">
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="fingerprint_manage_category"
|
||||
android:title="@string/fingerprint_manage_category_title">
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="fingerprint_usage_category"
|
||||
android:title="@string/fingerprint_usage_category_title">
|
||||
|
||||
<SwitchPreference
|
||||
android:key="fingerprint_enable_keyguard_toggle"
|
||||
android:title="@string/fingerprint_enable_keyguard_toggle_title"
|
||||
android:persistent="false" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/security_settings_fingerprint_preference_title"/>
|
||||
|
||||
|
Reference in New Issue
Block a user