diff options
author | Nicholas Sauer <nicksauer@google.com> | 2018-11-21 10:30:58 -0800 |
---|---|---|
committer | Nicholas Sauer <nicksauer@google.com> | 2018-11-21 10:33:10 -0800 |
commit | 725005329aba7118d01214f520f113d2ad3928a2 (patch) | |
tree | f1a5ddaa8c0e444c953d2e469e09ac43b435de51 /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | 92553cefbaf12a28c8eb9fdf3ca441e46e9287b9 (diff) |
settings command list by user
bug: 119872843
Test: $ adb -e shell settings list
Bad arguments
$ adb -e shell settings list secure
$ adb -e shell settings list gl
Invalid namespace 'gl'
$ adb -e shell settings list global
...
$ adb -e shell settings list --user 10 global
...
$ adb -e shell settings list --user 0 global
...
$ adb -e shell settings put --user 10 secure zzz.test true
$ adb -e shell settings get --user 10 secure zzz.test
true
$ adb -e shell settings get --user 0 secure zzz.test
null
$ adb -e shell settings list --user 0 secure
... zzz.test not present ...
$ adb -e shell settings list --user 10 secure
...
zzz.test=true
Change-Id: I8ab3d20cbe9221a52f85151d97e0c6d92bf7bb43
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions