diff options
author | d34d <clark@cyngn.com> | 2015-11-29 17:12:37 -0800 |
---|---|---|
committer | Clark Scheff <clark@cyngn.com> | 2015-11-29 17:16:31 -0800 |
commit | 070fbeaf5d4f0a25282f64936a21b4ac7e5c469b (patch) | |
tree | 4a69ae12f9e2f490964ff848f59cc6517b7f73d5 /res/values | |
parent | ea2d42d654656b82b582f7991485cf4e406d949d (diff) | |
download | packages_apps_SetupWizard-070fbeaf5d4f0a25282f64936a21b4ac7e5c469b.zip packages_apps_SetupWizard-070fbeaf5d4f0a25282f64936a21b4ac7e5c469b.tar.gz packages_apps_SetupWizard-070fbeaf5d4f0a25282f64936a21b4ac7e5c469b.tar.bz2 |
Fingerprint: Use AOSP fingerprint setup
Switch to AOSP fingerprint setup now that Marshmallow supports it.
Change-Id: I55ef80671c758034be324027f168af03dda66aef
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5f1f183..46984fb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -84,13 +84,4 @@ <string name="setup_require_cyanogen_label"><b>Require your Cyanogen OS account password</b> in order to use your device even after a factory reset.</string> <string name="setup_device_locked_instructions"><i>To turn this feature off/on, please go to Settings > Security</i></string> <string name="setup_warning_skip_anyway">Without a Cyanogen OS Account, you won\'t be able to:\n\nCustomize your phone with new icons, wallpapers and more in the Themes app\n\nLocate or remotely erase your phone if it\'s lost</string> - - <!-- Fingerprint setup --> - <string name="settings_fingerprint_setup_title">Select backup screen lock type</string> - <string name="settings_fingerprint_setup_details">How would you like to lock your screen?</string> - <string name="fingerprint_setup_title">Fingerprint setup</string> - <string name="fingerprint_setup_summary">To use your fingerprint sensor to unlock your screen, you\'ll need to:</string> - <string name="fingerprint_setup_backup_lock_method">Setup a secondary unlock method</string> - <string name="fingerprint_setup_add_fingerprint">Add your fingerprint</string> - <string name="fingerprint_setup_screen_lock_setup">Setup screen lock</string> </resources> |