summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator.cpp
diff options
context:
space:
mode:
authorNicholas Sauer <nicksauer@google.com>2018-11-21 10:30:58 -0800
committerNicholas Sauer <nicksauer@google.com>2018-11-21 10:33:10 -0800
commit725005329aba7118d01214f520f113d2ad3928a2 (patch)
treef1a5ddaa8c0e444c953d2e469e09ac43b435de51 /tools/aapt2/java/JavaClassGenerator.cpp
parent92553cefbaf12a28c8eb9fdf3ca441e46e9287b9 (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