summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/RestrictedSettingsFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* log visibility of viewsChris Wren2015-03-271-1/+1
| | | | | Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
* Fix bug #15730311 Checkboxes on R side should update to Quantum/Material ↵Fabrice Di Meglio2014-10-151-4/+0
| | | | | | | | on/off switch Per UX request, convert more CheckBoxes to Switches Change-Id: I04712bce4c0a54516d9ecedbb554f403fd6dd9e7
* Follow API change for method nameAmith Yamasani2014-09-051-1/+1
| | | | | Bug: 17389920 Change-Id: I5c5bdacd863f84c503e7a16dc611feda36bc462f
* Fix issue with pin prompt.Julia Reynolds2014-07-301-15/+3
| | | | | | | The PIN prompt would reappear if the pin screen had been rotated 90 degrees before a user hit cancel/ok. Change-Id: Ia5f93aa7a857d46ba95775c85344fa9ff28a4a6b
* Use restrictionsprovider framework in Settings.Julia Reynolds2014-07-231-134/+76
| | | | | | Bug: 15305103 Change-Id: Ib0147e366fe90de3512d0cc06e2a47ee16012dff
* Handle renamed APIsAmith Yamasani2013-09-051-4/+4
| | | | | Bug: 10461761 Change-Id: If63c3801663b347a4643e44d5bd3bab4e3049578
* Fixes for pin-restricted settings.Maggie Benthall2013-08-291-9/+73
| | | | | | | | | - Reprompt for pin after screen has been locked and unlocked. - For protected preferences, store the Preference and continue if pin entry is successful. - Protect whole UserSettings and DevelopmentSettings pages. Bug: 10543207 Change-Id: If1d4b31ca94a8cfc103625b74385bcd0bdd3d88b
* Restriction pin changes.Geoffrey Borggaard2013-08-071-0/+32
| | | | | | | | | Fixed bug in WirelessSettings where it was asking users for a PIN when they weren't restricted. Did this by refactoring the preference level pin checking into the superclass, where it checks for the restricted mode first. Also pin protected changes to certificates for restricted users. Change-Id: I8310fd39f0862159668318fc1360ec6859cc00d5
* Pin protect more screens.Geoffrey Borggaard2013-08-061-13/+51
| | | | | | | | When these screens are locked down with user restrictions, it should prompt the user for the restrictions pin before allowing access to the settings screen. Change-Id: Iadbb087da2d9470b855ea0bea89f2da1ffb9e854
* Adds a base class for restricted settingsGeoffrey Borggaard2013-08-021-0/+127
Creates an easy way to ask for the restriction pin before allowing access to a settings page. Does this to the WiFiSettings. Change-Id: I49734f66e09b6449596412ecf6fc1113bf57ce7f