index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
ContentProvider.java
Age
Commit message (
Expand
)
Author
2021-08-04
Remove calling UID check from ContentProvider
Nate Myren
2021-06-08
Log content provider authority name in traces
Jing Ji
2021-06-01
Switch media fw permissions checks to AttributionSource
Svet Ganov
2021-05-18
Clarify javadocs about mode to parse file.
Corina
2021-05-04
Revert "Restore file truncation where expected."
Corina Grigoras
2021-04-28
Restore file truncation where expected.
Jeff Sharkey
2021-04-12
Rename createContentUriAsUser to createContentUriForUser
Corina
2021-03-29
Runtime permission attribution improvements
Svet Ganov
2021-03-12
Expose create uri as user as system api.
Corina
2020-10-28
Add async version of "uncanonicalize"
Dmitri Plotnikov
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-07
Tighten up Binder.clearCallingIdentity() usage.
Jeff Sharkey
2020-07-31
Merge "Update language to comply with Android's inclusive language guidance" ...
Lais Andrade
2020-07-31
Update language to comply with Android's inclusive language guidance
Lais Andrade
2020-03-30
Use ParcelableException to put exception in bundle
Dmitri Plotnikov
2020-03-25
Propagate exception thrown by ContentProvider.canonicalize
Dmitri Plotnikov
2020-03-25
Merge "Propagate exception thrown by ContentProvider.getType" into rvc-dev
Dmitri Plotnikov
2020-03-24
Propagate exception thrown by ContentProvider.getType
Dmitri Plotnikov
2020-03-19
Add missing symmetrical ContentResolver method.
Jeff Sharkey
2020-03-12
Rename featureId -> attributionTag
Philip P. Moltmann
2020-02-19
Add async version of "canonicalize"
Dmitri Plotnikov
2020-01-28
Add async version of getProviderMimeType
Dmitri Plotnikov
2020-01-22
Add TestApi to get UserHandle from URI.
Alex Kershaw
2020-01-10
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-08
Respond to API council feedback.
Jeff Sharkey
2020-01-08
Final push to build against SDK.
Jeff Sharkey
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-15
Extend insert/update/delete to provide extras.
Jeff Sharkey
2019-10-29
Note with featureId from ContentProvider
Philip P. Moltmann
2019-10-23
include a requireContext method for better kotlin inter-operability
Pinyao Ting
2019-10-16
Remove manual descriptions of nullability in docs.
Varun Shah
2019-08-26
Update mTransport check before trying to configure.
Varun Shah
2019-08-20
Merge "Check for mTransport before trying to configure."
Jeff Sharkey
2019-08-19
Check for mTransport before trying to configure.
Jeff Sharkey
2019-08-16
Update ContentProvider#checkUser access.
Varun Shah
2019-08-08
Enable transport logging based on isLoggable().
Jeff Sharkey
2019-07-12
Detailed ContentProvider permissions checks.
Jeff Sharkey
2019-05-15
Cache resolved details about remote callers.
Jeff Sharkey
2019-04-07
Restricted permission mechanism - framework
Svet Ganov
2019-02-28
Translate selection arguments that are paths.
Jeff Sharkey
2019-02-15
Add tests for DocumentsContract/Provider.
Jeff Sharkey
2019-02-01
Revert "Log a warning if non-role holder attempts to read sms"
Eugene Susla
2019-01-25
Log a warning if non-role holder attempts to read sms
Eugene Susla
2018-12-14
Merge "Validate incoming authority values."
Jeff Sharkey
2018-12-13
Validate incoming authority values.
Jeff Sharkey
2018-12-13
cherry-pick from pi-dev docs: Fixing malformed javadoc
Andrew Solovay
2018-12-08
Extract common methods into ContentInterface.
Jeff Sharkey
2018-12-06
Replace Slog with Log in ContentProvider
Eugene Susla
2018-12-04
Log a string to logcat when ContentProvider access gets denied due to appop
Eugene Susla
2018-10-20
Add ContentProvider.clearCallingIdentity().
Jeff Sharkey
[next]