Skip to content
Commit 4fc1e2c4 authored by Andrei Onea's avatar Andrei Onea
Browse files

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
parent 0ab50898
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment