summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentProvider.java
AgeCommit message (Expand)Author
2021-08-04Remove calling UID check from ContentProviderNate Myren
2021-06-08Log content provider authority name in tracesJing Ji
2021-06-01Switch media fw permissions checks to AttributionSourceSvet Ganov
2021-05-18Clarify javadocs about mode to parse file.Corina
2021-05-04Revert "Restore file truncation where expected."Corina Grigoras
2021-04-28Restore file truncation where expected.Jeff Sharkey
2021-04-12Rename createContentUriAsUser to createContentUriForUserCorina
2021-03-29Runtime permission attribution improvementsSvet Ganov
2021-03-12Expose create uri as user as system api.Corina
2020-10-28Add async version of "uncanonicalize"Dmitri Plotnikov
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-07Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey
2020-07-31Merge "Update language to comply with Android's inclusive language guidance" ...Lais Andrade
2020-07-31Update language to comply with Android's inclusive language guidanceLais Andrade
2020-03-30Use ParcelableException to put exception in bundleDmitri Plotnikov
2020-03-25Propagate exception thrown by ContentProvider.canonicalizeDmitri Plotnikov
2020-03-25Merge "Propagate exception thrown by ContentProvider.getType" into rvc-devDmitri Plotnikov
2020-03-24Propagate exception thrown by ContentProvider.getTypeDmitri Plotnikov
2020-03-19Add missing symmetrical ContentResolver method.Jeff Sharkey
2020-03-12Rename featureId -> attributionTagPhilip P. Moltmann
2020-02-19Add async version of "canonicalize"Dmitri Plotnikov
2020-01-28Add async version of getProviderMimeTypeDmitri Plotnikov
2020-01-22Add TestApi to get UserHandle from URI.Alex Kershaw
2020-01-10Use new UnsupportedAppUsage annotation.Artur Satayev
2020-01-08Respond to API council feedback.Jeff Sharkey
2020-01-08Final push to build against SDK.Jeff Sharkey
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-15Extend insert/update/delete to provide extras.Jeff Sharkey
2019-10-29Note with featureId from ContentProviderPhilip P. Moltmann
2019-10-23include a requireContext method for better kotlin inter-operabilityPinyao Ting
2019-10-16Remove manual descriptions of nullability in docs.Varun Shah
2019-08-26Update mTransport check before trying to configure.Varun Shah
2019-08-20Merge "Check for mTransport before trying to configure."Jeff Sharkey
2019-08-19Check for mTransport before trying to configure.Jeff Sharkey
2019-08-16Update ContentProvider#checkUser access.Varun Shah
2019-08-08Enable transport logging based on isLoggable().Jeff Sharkey
2019-07-12Detailed ContentProvider permissions checks.Jeff Sharkey
2019-05-15Cache resolved details about remote callers.Jeff Sharkey
2019-04-07Restricted permission mechanism - frameworkSvet Ganov
2019-02-28Translate selection arguments that are paths.Jeff Sharkey
2019-02-15Add tests for DocumentsContract/Provider.Jeff Sharkey
2019-02-01Revert "Log a warning if non-role holder attempts to read sms"Eugene Susla
2019-01-25Log a warning if non-role holder attempts to read smsEugene Susla
2018-12-14Merge "Validate incoming authority values."Jeff Sharkey
2018-12-13Validate incoming authority values.Jeff Sharkey
2018-12-13cherry-pick from pi-dev docs: Fixing malformed javadocAndrew Solovay
2018-12-08Extract common methods into ContentInterface.Jeff Sharkey
2018-12-06Replace Slog with Log in ContentProviderEugene Susla
2018-12-04Log a string to logcat when ContentProvider access gets denied due to appopEugene Susla
2018-10-20Add ContentProvider.clearCallingIdentity().Jeff Sharkey