summaryrefslogtreecommitdiffstats
path: root/packages/SettingsProvider/src/com/android/providers/settings/SettingsProvider.java
Commit message (Expand)AuthorAgeFilesLines
* SettingsProvider: move SYSTEM_PROFILES_ENABLED to CMSettingsRoman Birg2016-04-141-0/+18
* Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/fr...Steve Kondik2016-03-111-1/+11
|\
| * Add setting for declaring disabled bluetooth profiles.Bryce Lee2015-12-161-1/+11
* | Revert "SettingsProvider : Make WIFI_IDLE_MS into an overlay"Danesh M2016-02-051-17/+1
* | SettingsProvider : Make WIFI_IDLE_MS into an overlayDanesh M2016-02-051-1/+17
* | SettingsProvider : Don't replay aosp defaults every bootDanesh M2016-01-261-1/+21
* | SettingsProvider: Force aosp upgrade path from 12.1.Adnan Begovic2016-01-141-0/+51
* | SettingsProvider: add mechanism to return migrated keysRoman Birg2015-12-211-16/+143
* | SettingsProvider: Don't drop tables if we're matching CM DB version.Adnan Begovic2015-11-231-2/+3
|/
* Notify settings URI change without a lock heldSvetoslav2015-08-031-23/+45
* Bug: 21589105 Rescope WRITE_SETTINGS permission (framework services perm checkBilly Lau2015-07-291-40/+8
* Merge "Resource for setting default NFC payment component." into mnc-devMartijn Coenen2015-07-291-1/+19
|\
| * Resource for setting default NFC payment component.Martijn Coenen2015-07-271-1/+19
* | Notify the profile when cloned settings are changed.Nicolas Prevot2015-07-031-0/+20
|/
* Add missing conditional in settings providerSvetoslav2015-06-251-1/+3
* System settings can be changed by system apps.Svetoslav2015-06-231-5/+27
* Allow binary value in SettingsProviderMakoto Onuki2015-06-221-9/+24
* Fixed NPE when dumpSettings is called with a null cursorFyodor Kupolov2015-06-111-1/+1
* Do not call out of the settings provider with a lock heldSvetoslav2015-05-201-255/+276
* Add control for double tap to wake settingJason Monk2015-05-121-1/+12
* Zen: Reset zen + ringer modes on upgrades to M.John Spurlock2015-05-111-1/+18
* DO NOT MERGE Do not clean up global/system settings on package unintalls.Svet Ganov2015-04-271-8/+7
* Parcelable objects for Disk/Volume.Jeff Sharkey2015-04-041-3/+3
* Merge "Clarify settings update code."Jeff Brown2015-04-021-28/+31
|\
| * Clarify settings update code.Jeff Brown2015-03-261-28/+31
* | Fix a regression in settings parsingSvet Ganov2015-03-281-1/+1
|/
* Location settings not properly set.Svetoslav2015-02-171-6/+5
* Merge "Add dump support to the settings provider"Svetoslav2015-02-181-0/+55
|\
| * Add dump support to the settings providerSvetoslav2015-02-171-0/+55
* | Handle a missed case in query the settings providerSvetoslav2015-02-121-14/+20
|/
* Rewrite of the settings provider.Svetoslav2015-02-111-1035/+1543
* Move ringtone redirection to MediaPlayer.Jeff Sharkey2014-11-131-74/+2
* Fix issue #17811029: Settings provider race when removing usersDianne Hackborn2014-10-031-3/+15
* Merge "SettingsProvider should use correct cache when redirecting to user 0."...Kenny Guy2014-10-021-8/+6
|\
| * SettingsProvider should use correct cache when redirecting to user 0.Kenny Guy2014-10-011-8/+6
* | More work on issue #17656716: Unhandled exception in Window ManagerDianne Hackborn2014-10-011-14/+45
|/
* Return masked location mode for managed profilesAmith Yamasani2014-09-241-16/+34
* Leave SettingsProvider running if cloning of a setting failsZoltan Szatmary-Ban2014-09-111-2/+9
* Audio/Micrphone user restriction/multiuser updates.Julia Reynolds2014-08-271-5/+5
* Copy certain settings to the managed profileAmith Yamasani2014-08-151-8/+135
* INSTALL_NON_MARKET_APPS lives in Secure again.Julia Reynolds2014-07-101-1/+1
* Apply user restrictions to SettingsProvider.Julia Reynolds2014-07-071-0/+30
* Log noisily on uid vs user-handle confusion in the settings providerChristopher Tate2013-10-131-0/+11
* Provide calling package to ContentProviders.Jeff Sharkey2013-09-061-3/+2
* Sanity check users before committing new Android IDChristopher Tate2013-09-031-1/+9
* am 3f0decd7: am 16a2268f: am e6304a9c: Merge "When a new user AID is generate...Amith Yamasani2013-06-281-0/+14
|\
| * When a new user AID is generated, dump it to dropboxAmith Yamasani2013-06-281-0/+14
* | Remove obsolete OMA-DRM supportMike Lockwood2013-04-291-33/+6
|/
* Block access to accounts for limited users.Amith Yamasani2013-03-301-1/+1
* Merge "Fix for SettingsProvider to query for correct user."Maggie Benthall2013-02-071-3/+3
|\