commit | a2055011db32f19288d8da9fb061f9502b3182e1 | [log] [tgz] |
---|---|---|
author | Andrei Onea <andreionea@google.com> | Fri Jun 28 18:42:22 2019 +0100 |
committer | Andrei-Valentin Onea <andreionea@google.com> | Thu Jul 11 10:11:00 2019 +0000 |
tree | 32e1bf4019e16c98eb8e903b228edc983a2f1b10 | |
parent | 1a8d1110c02eb9dba24b3286cd5c89277e768865 [diff] |
Add adb command for overriding platform compat config New adb command supports has the format: adb shell am compat enable|disable|reset <CHANGE_ID|CHANGE_NAME> <PACKAGE_NAME> Bug: 136051618 Test: adb shell am compat enable 42 foo.bar.baz Test: adb shell am compat disable 42 foo.bar.baz Test: adb shell am compat reset 42 foo.bar.baz Test: adb shell am compat enable fooChange foo.bar.baz Change-Id: I981067477f6f4aa435459c0bc9a52099e6f5d445