Merge "Show only listUIChanges instead of all" into rvc-dev am: 550a0459f2
Change-Id: I7aee0a9989d928d787288603abe5bcc043c648ad
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().listAllChanges();
|
||||
mChanges = getPlatformCompat().listUIChanges();
|
||||
} catch (RemoteException e) {
|
||||
throw new RuntimeException("Could not list changes!", e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user