Merge "Revert "Show only listUIChanges instead of all"" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
95975931be
@@ -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