summaryrefslogtreecommitdiffstats
path: root/cmds/content/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Use BUILD_PREBUILT to install the shell scriptYing Wang2013-02-191-24/+6
| | | | | | NOTICE files will be picked up automatically. Change-Id: Ia4938aff013f1c010cbbfceacf5685722c86c39a
* Fixing the content build file to include the command on user builds.Svetoslav Ganov2012-02-221-2/+0
| | | | Change-Id: Ic4a1627eff869702d04c81dcb9a877c74ed65f2a
* Fixing the build.Svetoslav Ganov2012-02-161-0/+4
| | | | Change-Id: I9ba599adea16b68c3c3af166a2845979624aef80
* Adding shell commands for modifying content.Svetoslav Ganov2012-02-151-0/+31
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