summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+13
* Fix broken javadocs.Jeff Sharkey2017-08-061-3/+1
* Improve developer docs for storage APIs.Jeff Sharkey2017-06-121-0/+7
* Address API Council feedback.Steve McKay2017-04-251-4/+56
* Better ContentProvider error messages.Jeff Sharkey2017-03-211-4/+9
* Add OFFSET and LENGTH args for paged queries.Steve McKay2017-01-121-3/+2
* Add structured sort data to ContentResolver.query.Steve McKay2017-01-111-8/+26
* Replace ContentProvider SQL args w/ Bundle & Constants.Steve McKay2016-12-091-10/+52
* Javadoc and un@hide ContentResolver#refresh and ContentProvider#refresh.Ben Lin2016-11-141-1/+0
* Adding ContentProvider#refresh and ContentResolver#refresh.Ben Lin2016-11-101-0/+46
* Pass userId through to singleton ContentProvidersRobin Lee2016-08-011-14/+24
* Mark more Bundles as being defusable.Jeff Sharkey2016-03-181-0/+2
* Frameworks/base: Use Arrays.toStringAndreas Gampe2015-12-141-1/+2
* Also check app-ops on path-permissions.Jeff Sharkey2015-07-241-38/+68
* Teach receivers, activities, providers, and services app ops.Svet Ganov2015-07-011-2/+22
* Merge "Fix ArrayIndexOutOfBoundsException in Transport.query" into mnc-devMakoto Onuki2015-06-131-7/+3
|\
| * Fix ArrayIndexOutOfBoundsException in Transport.queryMakoto Onuki2015-06-121-7/+3
* | Sigh, some apps are sending null ContentValues.Jeff Sharkey2015-06-111-2/+2
* | Annotate ContentResolver/Provider arguments.Jeff Sharkey2015-06-111-43/+48
|/
* Handle null projection properly if provider app op is not enabled.Svet Ganov2015-04-281-1/+21
* Return an empty cursor when a content provider app op is disabledSvet Ganov2015-04-231-27/+8
* Mark arg and extras @Nullable in ContentProvider#call()Scott Kennedy2015-03-011-2/+4
* Fix NPE in Transport.applyBatchJay Shrauner2014-12-151-4/+6
* Fix issue with call backs from media process.Dianne Hackborn2014-11-191-32/+43
* Explicitly bind AsyncTask to main looper.Jeff Brown2014-11-141-6/+0
* Fix singleUser provider grantsAmith Yamasani2014-11-051-1/+4
* Allowing a ContentProvider to have a null authority.Nicolas Prevot2014-09-081-9/+13
* Allow singleton providers to accept connections from other usersAmith Yamasani2014-08-081-0/+3
* Validate that the authority of incoming uris matches.Nicolas Prevot2014-08-081-19/+71
* Security fixes related to cross-user content.Nicolas Prevot2014-08-051-23/+48
* Resolving resources across users.Nicolas Prevot2014-05-131-6/+108
* am 33282d66: am a41ddccd: Merge "Fixed typo errors in documentation"Jeff Brown2014-03-111-1/+1
|\
| * Merge "Fixed typo errors in documentation"Jeff Brown2014-03-111-1/+1
| |\
| | * Fixed typo errors in documentationTaeho Kim2013-10-291-1/+1
* | | am 85f98508: Merge "Docfixes: three typos and escape */*." into klp-docsJohn Spurlock2014-01-141-3/+3
|\ \ \ | |/ / |/| |
| * | Docfixes: three typos and escape */*.John Spurlock2014-01-061-3/+3
* | | Better enforcement in DocumentsProvider.call().Jeff Sharkey2013-10-311-105/+107
|/ /
* | Improve DocumentsProvider and contract docs.Jeff Sharkey2013-10-151-0/+2
* | Surfaces ParcelFileDescriptor#parseMode() as APIAdam Lesinski2013-09-201-1/+1
* | Guard against null Context in attachInfo().Jeff Sharkey2013-09-171-2/+4
* | More on issue #10130785: Restore silence and vibrate settings...Dianne Hackborn2013-09-111-2/+4
* | Fix getCallingPackage() to handle reentrance.Jeff Sharkey2013-09-091-25/+34
* | Work on issue #10130785: Restore silence and vibrate settings...Dianne Hackborn2013-09-061-1/+77
* | Provide calling package to ContentProviders.Jeff Sharkey2013-09-061-25/+91
* | Add CancellationSignal support to file operations.Jeff Sharkey2013-08-231-9/+218
|/
* App ops: don't crash when provide read access is off.Dianne Hackborn2013-03-221-1/+1
* Better documentation on permission checking in ContentProvider.call().Dianne Hackborn2013-03-131-0/+7
* Merge "Tighten enforcement of file modes." into jb-mr2-devJeff Sharkey2013-03-011-1/+1
|\
| * Tighten enforcement of file modes.Jeff Sharkey2013-02-281-1/+1
* | New ContentProvider initialization for testing.Dianne Hackborn2013-02-261-10/+16