History log of /frameworks/base/cmds/content/src/com/android/commands/content/Content.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
abb4a7008a1f5eab6cfaf7e9dd4779e549c21714 22-Nov-2012 Svetoslav Ganov <svetoslavganov@google.com> Update the content shell command's usage instructions.

The usage instructions of the content shell command were missing some
excape charecters which caused the examples not to work. As a result
of the incorrect instructions users are prone to constructing incorrect
commands.

bug:7526252

Change-Id: I2fcc4dd1fd05806fe951245651b97e40a4786d24
/frameworks/base/cmds/content/src/com/android/commands/content/Content.java
6d51571835737c7502a2e111ee9dc2527ebad984 21-Sep-2012 Jeff Sharkey <jsharkey@android.com> Allow acquiring ContentProviders across users.

Otherwise services like SystemUI will always open content://-style
Uris as USER_OWNER. Surfaces through createPackageContextAsUser()
which points all ContentResolver operations towards a given user.

Start using in RemoteViews, so that Notifications correctly resolve
image Uris to the sending user. Also add user support for "content"
shell tool.

Bug: 7202982
Change-Id: I8cb7fb8a812e825bb0b5833799dba87055ff8699
/frameworks/base/cmds/content/src/com/android/commands/content/Content.java
8486bc11baa717390796f2ebd55c7b2ae9294bb7 29-Feb-2012 Svetoslav Ganov <svetoslavganov@google.com> Update to allow passing empty string in a binding.

Change-Id: Ia16bd5dc78da1f5c8e52070d9c0e8431744224e8
/frameworks/base/cmds/content/src/com/android/commands/content/Content.java
25872aa3ef189ae5506a923398af11ce5eb1a9b9 04-Feb-2012 Svetoslav Ganov <svetoslavganov@google.com> Adding shell commands for modifying content.

1. Added methods to the ActivityManagerService remote interface
that allow accessing content providers outside of an application.
These methods are guarded by an internal signature protected
permission which is given to the shell user. This enables a
shell program to access content providers.

2. Implemented a shell command that takes as input as standart
fagls with values and manipulates content via the content provider
mechanism.

Change-Id: I2943f8b59fbab33eb623458fa01ea61a077b9845
/frameworks/base/cmds/content/src/com/android/commands/content/Content.java