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
/
cmds
/
content
/
src
Age
Commit message (
Expand
)
Author
2020-03-25
Expand "extras" support in content tool.
Jeff Sharkey
2019-11-15
Extend insert/update/delete to provide extras.
Jeff Sharkey
2019-10-29
Note with featureId from ContentProvider
Philip P. Moltmann
2018-12-08
Extract common methods into ContentInterface.
Jeff Sharkey
2018-12-03
Redact location Exif tags when no permission.
Jeff Sharkey
2018-10-05
Remove SMS access for apps other than current SMS handler
Eugene Susla
2018-09-19
AMS.removeContentProviderExternal() should take a user-id
Makoto Onuki
2018-07-09
Now track "active time" in procstats.
Dianne Hackborn
2018-01-31
Use sendfile() and splice() to speed up copying.
Jeff Sharkey
2018-01-01
Add "write" comment to content tool.
Jeff Sharkey
2017-07-24
Add null check
Marco Nelissen
2016-12-09
Replace ContentProvider SQL args w/ Bundle & Constants.
Steve McKay
2016-11-14
Update usage of ActivityManagerNative.
Sudheer Shanka
2016-11-04
Move IActivityManager to aidl.
Sudheer Shanka
2016-09-02
Add "adb shell content gettype" support
Makoto Onuki
2015-08-06
Clean up USER_OWNER reference in cmds.
Xiaohui Chen
2015-03-02
Content and settings shell commands passing invalid calling package.
Svetoslav
2014-11-19
Fix issue with call backs from media process.
Dianne Hackborn
2014-04-15
Add 'read' subcommand to the 'content' tool.
John Spurlock
2014-01-08
sqlite integer fields are long
Marco Nelissen
2013-02-26
am f7497c9e: am 755205ad: Merge "Fix spelling error s/SORT_OREDER/SORT_ORDER/...
Kenny Root
2013-02-26
Fix spelling error s/SORT_OREDER/SORT_ORDER/ in "content --help"
Martin Olsson
2013-01-29
Implement support for method calls in the `content` tool.
Daniel Sandler
2013-01-16
More work on App Ops service.
Dianne Hackborn
2012-11-01
Fix typo
Marco Nelissen
2012-09-21
Allow acquiring ContentProviders across users.
Jeff Sharkey
2012-02-29
Update to allow passing empty string in a binding.
Svetoslav Ganov
2012-02-15
Adding shell commands for modifying content.
Svetoslav Ganov