summaryrefslogtreecommitdiffstats
path: root/res/xml/security_settings_pin.xml
Commit message (Collapse)AuthorAgeFilesLines
* Change owner info to be a dialog rather than screenJason Monk2015-04-221-2/+1
| | | | | Bug: 15937670 Change-Id: I8d8609ff165c4a76e318a80a62fb1dc9effbc82a
* Don't index the ChooseLockGeneric screenAmith Yamasani2014-08-221-0/+2
| | | | | | | | | | | This avoids indexing face unlock, which may not always exist or might be disabled by policy. Instead, add some of the relevant keywords up one level in Security settings. Bug: 17185326 Change-Id: I4fbae1c0384a97383707104a6fe283075edbf341
* Update SecuritySettings to use SwitchPreferenceJim Miller2014-08-111-1/+1
| | | | | | Fixes bug 16900059 Change-Id: Ic3d498c3c4da32f1ba75559073957bb1087912f1
* Fix bug #14323097 Launching Security from Settings search resultsFabrice Di Meglio2014-07-281-1/+2
| | | | | | | | ...show header as Settings instead of Security - add missing title to a few fragments Change-Id: I74fb95ca58269ff1c77afa20ed40e7042873130c
* Revert "Settings for NFC Unlock"Andres Morales2014-05-201-5/+0
| | | | | | | | This will be rolled into a Trustlet This reverts commit fd2b6293358bda6f6beaab088e8913a13c0e2e31. Change-Id: I921f0838d4646799b6664da64a578a209e9c037e
* Merge "Improve Preference highlighting"Fabrice Di Meglio2014-04-181-1/+1
|\
| * Improve Preference highlightingFabrice Di Meglio2014-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use PreferenceFragment.onBindPreferences() to launch highlighting - improve SettingsPreferenceFragment code for highlighting: now we can find the View to highlight thru its Tag if there is no ListAdapter available - add HighlightingFragment for highlighting a View from its tag/key. This is dealing with cases when the content is custom and not relying on SettingsPreferenceFragment (like DataUsageSummary) Also: - improve DataUsageSummary so that onResume() is not recreating the Tabs all the time - add missing "android:keys" on some Security Settings preference files Change-Id: Ib1dd8238fe2fb57c151d584c0810a0e0a5ad97c4
* | Remove the lockscreen widget settingAdrian Roos2014-04-171-4/+0
|/ | | | | Bug: 14087729 Change-Id: Ia276411f7622fe1211528ab779a7099bb20800d4
* Finally, a place for notification settings.Dan Sandler2014-03-121-7/+0
| | | | | | | | | | | | | Consolidated under the new Notifications settings are: - Ringtone (from Sound) - Zen Mode (from Sound) - Pulse LED (from Display) - Heads-Up Notifications (from Display) - Notification Access (from Security) - Show when locked (from Security) Change-Id: I214d03ba1e356e088323a3058d98d390b8a8f988
* Settings>Security>Show notifications (on the lockscreen).Dan Sandler2014-02-241-0/+7
| | | | | | | | | | | | | | | | | Allows the user to toggle Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, which if set shows the complete private contents of that user's notifications atop a securely locked screen. When unset, only the "public" versions of notifications are shown (which may include explicit redactions made by the app). See f/b change I32bb7939 for details. This checkbox is hidden for insecure keyguards ("off" and "none"). It is also unavailable if Settings.Global.LOCK_SCREEN_SHOW_NOTIFICATIONS is not set (see f/b change I9c517949.) Change-Id: Ie1b4c6b949b597b97e536d8ea7e35c9de9b6995f
* Settings for NFC UnlockAndres Morales2013-12-061-0/+5
| | | | Change-Id: Ifaa2717da6c364daa7af073e42fc8f6a097c14bb
* Add setting to disable keyguard widgetsJim Miller2013-08-201-0/+4
| | | | | | | | | This allows disabling keyguard widgets through Settings. On new devices, the setting is turned off by default. If the user currently has widgets in keyguard, then we keep them and re-enable the setting. Change-Id: I25f0756ac72227e13dcb491694b3ec3c2bf1d293
* New widget picker for keyguard widgetsMichael Jurka2012-10-311-6/+0
| | | | | | | | | | New layout for widget picker is still not up to final design, but this change prepares all the backend work Also, remove use of features filter from the picker, since this is being removed from the API Change-Id: I9b332e22cf34b98c20c720602c920d28aed01d6c
* Adding ability to add multiple keyguard widgetsMichael Jurka2012-10-241-6/+0
| | | | | Bug: 7381803 Change-Id: I099f47a5cc43199635fed9ad2c4d03d79004e4f4
* Move lockscreen to using haptic feedback setting.Jeff Sharkey2012-10-101-4/+0
| | | | | | | | This removes lockscreen-specific "Vibrate on touch" setting, and changes it to use the haptic feedback setting instead. Bug: 7318772 Change-Id: Id6931903b3ebeca6aeacef9b127490a381cd40b4
* Move the position of widget choosers to below lockscreen settings in SecurityAmith Yamasani2012-10-041-12/+12
| | | | | | | | | Bug: 7261302 Move the 2 widget options on lockscreen to below the lock related items, just above the Owner Info item. Change-Id: I373b915e15bc93ce7e56f5982999afa1e5aed281
* Add support for changing status widget on security screenMichael Jurka2012-09-211-0/+8
| | | | Change-Id: I68a8ce2ce03888a8decbe017d67634c6965f0a1a
* Add support for setting lock widgetsMichael Jurka2012-09-141-1/+5
| | | Change-Id: I26165f1bc60e3cf277dbdd4f627ac720b492ffde
* Fix 4560303: Add setting to lock later when power button pressedJim Miller2012-01-091-0/+4
| | | | | | | | This adds a feature to delay locking the device when the power button is pressed. This fixes a use case where the user wants to turn off the display (e.g. to save power) but doesn't want to lock the device. Change-Id: I711a81c3e79f7accdc1d9cb217b7806a0b8fcf63
* Fix 3333490,3250193: Update LockScreen settingsJim Miller2011-01-101-6/+6
| | | | | | This updates LockScreen to conform to the latest UI design. Change-Id: Ie88a26db7912ddb4331804e347189cc084c481f4
* Fix 3201870: Move OwnerInfo settings to Location&Security.Jim Miller2010-11-301-2/+8
| | | | | | | | This moves OwnerInfo into Location&Security and adds the necessary logic to only show it in modes that make sense- Lock (when not disabled) and Unlock (pattern, pin, password). Change-Id: I3549dc4d956406aea3d63cd06d37bcea27a5b555
* Fix 2579224: Add a separate timeout for lockscreen vs displayJim Miller2010-09-011-0/+8
| | | | | | | This change adds a second timeout to the SecuritySettings page separate from the standard display timeout. Change-Id: I033a3578d876148bd723dee5d1a2531be5d6b51d
* Fix 2579923: Make changing lock screen method more discoverable.Jim Miller2010-04-111-8/+3
| | | | | | | | | | | | | | | | | | | This changes the organization of lock screen security settings to make choosing an alternate unlock method more discoverable. Instead of having to disable the old lock method to use a new one, the user now just has one set/change option in lock settings, with a list of method-specific setting below it. In addition, we ask the user to confirm their old credentials before prompting them to choose a new one, which eliminates one source of confusion. Also, ChooseLockGeneric now shows a UI if quality isn't specified. Any unlock method less secure than minimum specified by DevicePolicyManager (if active) is greyed out. Change-Id: Iecc6f64d4d3368a583f06f8d5fe9655cc3d5bd3b
* Fix 2332563: Update logic for lockscreen in Settings.Jim Miller2010-02-111-0/+40