Revert "Show only listUIChanges instead of all"
Revert submission 10721220-hide Reason for revert: Caused build breakage - b/151857606 Reverted Changes: I7c725a1ec:Show only listUIChanges instead of all Iec8755171:Introduce listUIChanges API for developer UI Change-Id: I7753051b06faf1f48a818a134d1eda2500f817f8
This commit is contained in:
@@ -100,7 +100,7 @@ public class PlatformCompatDashboard extends DashboardFragment {
|
||||
public void onActivityCreated(Bundle savedInstanceState) {
|
||||
super.onActivityCreated(savedInstanceState);
|
||||
try {
|
||||
mChanges = getPlatformCompat().listUIChanges();
|
||||
mChanges = getPlatformCompat().listAllChanges();
|
||||
} catch (RemoteException e) {
|
||||
throw new RuntimeException("Could not list changes!", e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user