2 Commits

Author SHA1 Message Date
Dianne Hackborn
1d44c243a8 Switch settings command to use "cmd" call on service.
Test: manual

Change-Id: I369fd144d830529009f2859fa5c666973092bc09
2016-11-02 13:11:15 -07:00
Christopher Tate
af75948cdd 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
2012-10-08 18:39:27 -07:00