Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | settings: Allow accessing CMSettings via settings command | d34d | 2015-11-17 | 1 | -0/+1 |
| | | | | | | | This patch allows the settings command line tool to be used with the CMSettings provider by passing in --cm Change-Id: Ie0906c9957e9de8418164d7cc84983d57fa4a015 | ||||
* | New command line tool: "settings" | Christopher Tate | 2012-10-08 | 1 | -0/+18 |
Because the usual content provider interface doesn't allow specification of the target user under which to perform settings reads/writes, this CL introduces a new command line app specifically for that. Usage: settings [--user num] get namespace key settings [--user num] put namespace key value If a --user argument is not given, the owner user is targetted. Bug 7299066 Change-Id: I73108bb76b04fad133cc4e0f218d64490de549f1 |