summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/DropDownPreference.java
Commit message (Collapse)AuthorAgeFilesLines
* Enforce Keyguard policy in Notification SettingsAlex Chau2015-06-181-0/+4
| | | | | | | | | | | | | | | | | | | - Applied getKeyguardDisabledFeatures for notification settings and notification setup page (after settings a screenlock) - If a notification settings is disabled, the next least secure setting will be chosen - Although KEYGUARD_DISABLE_UNREDACTED_NOTIFICATIONS can be set be profile, it will not be reflected in both settings page. This is because it does not affect the owner (user 0), as mentioned in DevicePolicyManagerService.PROFILE_KEYGUARD_FEATURES_AFFECT_OWNER - Skip RedactionInterstitial if there is <= 1 options for the user - Tested with both Setup wizard and settings case, both pattern and password, as well as toggling the policy on and off Bug: 19307118 Bug: 17099898 Change-Id: If640d5576caa0163e9942569f7b4643a30bbfe0a
* don't double set the dropdown valueChris Wren2015-06-091-1/+10
| | | | | | | | | | idion: set the default value, and then add a callback actual: spinner posts the change to a handler: so it posts after the callback is set. This makes it hard to count actual user interactions without counting the initialization. Bug: 21530764 Change-Id: I3ff8319edb374d8d7c10982512054f303c69a5ec
* Make Theme a DropDownPreferenceJason Monk2015-06-011-1/+12
| | | | | | | | Also make DropDownPreference support xml lists defined the same way as ListPreferences. Bug: 21300431 Change-Id: I1698e8ddcd6134034c3367a6afe36f9740e9efec
* Start implementation of new app info storage pageJason Monk2015-03-191-0/+131
Things are mostly in the right places, may need some minor location adjustment on everything and styling for the buttons. Bug: 19511439 Change-Id: If7730285d6ddc36e32cc8bc119885a8e215c0eb5