History log of /frameworks/base/cmds/settings/src/com/android/commands/settings/SettingsCmd.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
af75948cddd40a0fde5af051b700306744eae64c 08-Oct-2012 Christopher Tate <ctate@google.com> New command line tool: "settings"

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
/frameworks/base/cmds/settings/src/com/android/commands/settings/SettingsCmd.java