summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Review Changes for Media CP Redirection CLHimanshu Dagar2022-01-241-4/+5
* Media CP queries redirection from clone profile to its parentHimanshu Dagar2022-01-201-4/+50
* Remove calling UID check from ContentProviderNate Myren2021-08-041-3/+0
* Log content provider authority name in tracesJing Ji2021-06-081-16/+22
* Switch media fw permissions checks to AttributionSourceSvet Ganov2021-06-011-6/+7
* Clarify javadocs about mode to parse file.Corina2021-05-181-22/+10
* Revert "Restore file truncation where expected."Corina Grigoras2021-05-041-15/+22
* Restore file truncation where expected.Jeff Sharkey2021-04-281-22/+15
* Rename createContentUriAsUser to createContentUriForUserCorina2021-04-121-1/+1
* Runtime permission attribution improvementsSvet Ganov2021-03-291-207/+223
* Expose create uri as user as system api.Corina2021-03-121-0/+42
* Add async version of "uncanonicalize"Dmitri Plotnikov2020-10-281-0/+14
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey2020-10-071-0/+1
* Merge "Update language to comply with Android's inclusive language guidance" ...Lais Andrade2020-07-311-3/+2
|\
| * Update language to comply with Android's inclusive language guidanceLais Andrade2020-07-311-3/+2
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-101-1/+1
* | Use ParcelableException to put exception in bundleDmitri Plotnikov2020-03-301-19/+5
* | Propagate exception thrown by ContentProvider.canonicalizeDmitri Plotnikov2020-03-251-15/+23
* | Merge "Propagate exception thrown by ContentProvider.getType" into rvc-devDmitri Plotnikov2020-03-251-1/+18
|\ \
| * | Propagate exception thrown by ContentProvider.getTypeDmitri Plotnikov2020-03-241-1/+18
* | | Add missing symmetrical ContentResolver method.Jeff Sharkey2020-03-191-0/+4
|/ /
* | Rename featureId -> attributionTagPhilip P. Moltmann2020-03-121-73/+86
* | Add async version of "canonicalize"Dmitri Plotnikov2020-02-191-0/+9
* | Add async version of getProviderMimeTypeDmitri Plotnikov2020-01-281-0/+8
* | Add TestApi to get UserHandle from URI.Alex Kershaw2020-01-221-0/+11
* | Respond to API council feedback.Jeff Sharkey2020-01-081-11/+26
* | Final push to build against SDK.Jeff Sharkey2020-01-081-3/+38
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* | Extend insert/update/delete to provide extras.Jeff Sharkey2019-11-151-53/+140
* | Note with featureId from ContentProviderPhilip P. Moltmann2019-10-291-83/+148
* | include a requireContext method for better kotlin inter-operabilityPinyao Ting2019-10-231-0/+17
* | Remove manual descriptions of nullability in docs.Varun Shah2019-10-161-3/+1
* | Update mTransport check before trying to configure.Varun Shah2019-08-261-6/+7
* | Merge "Check for mTransport before trying to configure."Jeff Sharkey2019-08-201-4/+6
|\ \
| * | Check for mTransport before trying to configure.Jeff Sharkey2019-08-191-4/+6
* | | Update ContentProvider#checkUser access.Varun Shah2019-08-161-3/+6
|/ /
* | Enable transport logging based on isLoggable().Jeff Sharkey2019-08-081-0/+4
* | Detailed ContentProvider permissions checks.Jeff Sharkey2019-07-121-0/+23
|/
* Cache resolved details about remote callers.Jeff Sharkey2019-05-151-0/+10
* Restricted permission mechanism - frameworkSvet Ganov2019-04-071-17/+1
* Translate selection arguments that are paths.Jeff Sharkey2019-02-281-19/+59
* Add tests for DocumentsContract/Provider.Jeff Sharkey2019-02-151-1/+2
* Revert "Log a warning if non-role holder attempts to read sms"Eugene Susla2019-02-011-12/+0
* Log a warning if non-role holder attempts to read smsEugene Susla2019-01-251-0/+12
* Merge "Validate incoming authority values."Jeff Sharkey2018-12-141-0/+2
|\
| * Validate incoming authority values.Jeff Sharkey2018-12-131-0/+2
* | cherry-pick from pi-dev docs: Fixing malformed javadocAndrew Solovay2018-12-131-6/+6
|/
* Extract common methods into ContentInterface.Jeff Sharkey2018-12-081-16/+47
* Replace Slog with Log in ContentProviderEugene Susla2018-12-061-2/+1