commit | 4fc1e2c492fd11a72d199e4877b695def65967aa | [log] [tgz] |
---|---|---|
author | Andrei Onea <andreionea@google.com> | Thu Feb 27 15:35:38 2020 +0000 |
committer | Andrei Onea <andreionea@google.com> | Fri Feb 28 15:08:06 2020 +0000 |
tree | 0b9679a877a2659e978f84ce345adf559ad42bd9 | |
parent | 0ab508981a52b64b348fb3c94f314bbc7a52da7a [diff] |
Add option to toggle all changes This change adds the ability of enabling and disabling all allowed changes for a given package and target sdk through adb. Bug: 149980515 Test: adb shell am enable-all 28 foo.bar && \ adb shell dumpsys platform_compat Test: adb shell am disable-all 28 foo.bar && \ adb shell dumpsys platform_compat Test: atest CompatConfigTest Change-Id: Ia84d8e1162ea0b3f4c6afe87e63db56256236940