Add app icons to leasee view in shared data dev options.

Also disable clicking the header view and list items in the same view.

Bug: 156671006
Test: make RunSettingsRoboTests ROBOTEST_FILTER=SharedDataPreferenceControllerTest
Test: manual (visual)
Change-Id: I2821bc6cdc523097283ab44b864088278850be53
This commit is contained in:
Varun Shah
2020-06-09 19:04:36 -07:00
parent c920a58d5f
commit 8d5cb9a2d0
4 changed files with 54 additions and 25 deletions

View File

@@ -103,9 +103,9 @@ public class SharedDataPreferenceControllerTest {
}
private List<BlobInfo> generateBlobList() {
LeaseInfo one = new LeaseInfo("com.google.android.photos",
LeaseInfo one = new LeaseInfo("com.google.android.apps.photos",
System.currentTimeMillis(), -1, "test description");
LeaseInfo two = new LeaseInfo("com.google.android.drive",
LeaseInfo two = new LeaseInfo("om.google.android.googlequicksearchbox",
System.currentTimeMillis(), -1, "test description 2");
List<LeaseInfo> accessors = new ArrayList<>();