summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentResolver.java
Commit message (Expand)AuthorAgeFilesLines
* Add documents for the required permissionXiaoyu Jin2021-12-271-0/+3
* Change close guard logged messagesIoannis Ilkos2021-12-211-1/+1
* Add conditional=true for @RequiresPermissionXiaoyu Jin2021-12-071-1/+2
* Change registerContentObserverForAllUsers to registerContentObserverAsUserXiaoyu Jin2021-12-011-5/+9
* Add @SystemApi registerContentObserverForAllUsers in ContentResolverXiaoyu Jin2021-11-161-0/+32
* Enforce package visibility to the callbacks of the sync statusRhed Jao2021-07-121-0/+15
* Fix typo in ContentResolver#addPeriodicSync doc.Varun Shah2021-07-021-1/+1
* Clarify javadocs about mode to parse file.Corina2021-05-181-9/+10
* Revert "Restore file truncation where expected."Corina Grigoras2021-05-041-73/+13
* Restore file truncation where expected.Jeff Sharkey2021-04-281-13/+73
* Addressing comments from commit:8d2ed5Svet Ganov2021-03-311-0/+1
* Runtime permission attribution improvementsSvet Ganov2021-03-291-20/+24
* Merge "Add support for a hw_timeout_multiplier system property." into sc-devPeter Collingbourne2021-03-091-4/+6
|\
| * Add support for a hw_timeout_multiplier system property.Peter Collingbourne2021-02-191-4/+6
* | Allow syncs to be scheduled as EJs.Varun Shah2021-02-231-8/+45
|/
* Use public android.system.Int64Ref instead of Int32Ref which is hidden (CoreP...Daulet Zhanguzin2021-02-101-2/+2
* Remove dead isolated storage code from StorageManagerServiceZim2020-11-271-2/+1
* Suppress all hidden abstract methods in constructable classes.Aurimas Liutikas2020-11-111-0/+5
* Add async version of "uncanonicalize"Dmitri Plotnikov2020-10-281-1/+8
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-3/+4
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-2/+0
* Merge "Update ContentResolver documentation."TreeHugger Robot2020-09-161-0/+4
|\
| * Update ContentResolver documentation.Varun Shah2020-09-151-0/+4
* | Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey2020-09-151-4/+4
|\ \ | |/ |/|
| * Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-4/+4
| * Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)Xin Li2020-08-311-165/+655
| |\
* | \ Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-311-1/+1
|\ \ \
| * | | Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-301-1/+1
| |\| | | | |/ | |/|
| | * Update language to comply with Android's inclusive language guidanceSaint Chou2020-07-291-1/+1
| | * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-101-1/+1
* | | Revert "Throw an explicit exception if content provider process times out"Kholoud Mohamed2020-07-011-46/+14
* | | Throw an explicit exception if content provider process times outDmitri Plotnikov2020-06-261-14/+46
* | | Merge "Update some ContentResolver docs." into rvc-dev am: 2806da306b am: 7af...Varun Shah2020-05-061-16/+23
|\| |
| * | Update some ContentResolver docs.Varun Shah2020-05-051-16/+23
* | | Merge "Remove exposed hidden apis in Point.java"Alec Mouri2020-04-281-1/+1
|\ \ \ | |/ / |/| |
| * | Remove exposed hidden apis in Point.javaAlec Mouri2020-04-071-1/+1
* | | Offer a NOTIFY_NO_DELAY flag for notifications.Jeff Sharkey2020-04-081-0/+13
|/ /
* | Use ParcelableException to put exception in bundleDmitri Plotnikov2020-03-301-23/+10
* | Merge "Propagate exception thrown by ContentProvider.getType" into rvc-devDmitri Plotnikov2020-03-251-1/+40
|\ \
| * | Propagate exception thrown by ContentProvider.getTypeDmitri Plotnikov2020-03-241-1/+40
* | | Add missing symmetrical ContentResolver method.Jeff Sharkey2020-03-191-1/+21
|/ /
* | Rename featureId -> attributionTagPhilip P. Moltmann2020-03-121-18/+21
* | Give hidden API behavior to legacy apps.Jeff Sharkey2020-03-101-1/+11
* | More CTS for APIs used by Mainline.Jeff Sharkey2020-03-091-0/+9
* | Use flags to indicate reason for Uri changes.Jeff Sharkey2020-03-051-1/+34
* | Include pending media as well when deleting mediastore entries.Sudheer Shanka2020-02-241-0/+12
* | Add async version of "canonicalize"Dmitri Plotnikov2020-02-191-15/+38
* | Prevents an NPE when content provider is slow to startDmitri Plotnikov2020-02-131-2/+21
* | Revert "Prevents an NPE when content provider is slow to start"Daniel Chapin2020-02-101-21/+2
* | Prevents an NPE when content provider is slow to startDmitri Plotnikov2020-02-071-2/+21