summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/ContentProvider.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | App ops: turn off content provider ops when running under test.Dianne Hackborn2013-02-261-4/+17
|/
* Fix issue #8228463: contradicting public documentation on what...Dianne Hackborn2013-02-201-1/+31
* App ops: add op for writing settings.Dianne Hackborn2013-02-051-5/+19
* Improve revoking access to content providers.Dianne Hackborn2013-01-291-11/+45
* App ops: you can now turn off operations.Dianne Hackborn2013-01-251-6/+15
* More work on App Ops service.Dianne Hackborn2013-01-161-25/+80
* Document ContentProvider's API a bit more explicitlyChristopher Tate2013-01-031-22/+24
* Fix permission check on ContentProvider to be multi-user aware.Dianne Hackborn2012-08-171-2/+2
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-1/+1
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-0/+3
* Make component names visible in javadoc.Jeff Sharkey2012-04-111-1/+1
* Better exceptions around provider permissions.Jeff Sharkey2012-03-151-46/+41
* Let <path-permission> block unprotected providers.Jeff Sharkey2012-03-121-59/+88
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-10/+10
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-4/+89
* Add ContentProvider.dump()Marco Nelissen2011-12-151-0/+17
* docs: add developer guide cross-references, Project ACRE, Round 2Joe Fernandez2011-10-141-3/+6
* Fix ownership of CursorWindows across processes.Jeff Brown2011-10-091-20/+3
* Various work on out of memory managment.Dianne Hackborn2011-07-291-1/+4
* docs: fix links to revised fundamentals documentsScott Main2011-02-081-24/+24
* Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...Dianne Hackborn2011-01-241-1/+1
* Unhide Content{Resolver,Provider}.call()Brad Fitzpatrick2011-01-121-12/+10
* Allow all apps to call ContentResolver.getType().Dianne Hackborn2010-09-271-0/+6
* Improve clipboard API.Dianne Hackborn2010-08-271-30/+4
* am d172594e: am cf6d2a1d: Merge "Fix issue #2845673: android:exported="false"...Dianne Hackborn2010-08-211-4/+6
|\
| * Fix issue #2845673: android:exported="false" is not obeyedDianne Hackborn2010-08-181-4/+6
* | Fix build.Dianne Hackborn2010-08-151-1/+1
* | Fix bug with calls to the typeless open API.Dianne Hackborn2010-08-131-0/+6
* | Incorporated Joe's commentsManuel Roman2010-08-091-22/+19
* | Add new ContentProvider for doing conversions to data streams.Dianne Hackborn2010-08-081-0/+177
* | add shutdown() to ContentProvider & call in ProviderTestCase*.tearDownVasu Nori2010-08-041-0/+33
|/