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:
@@ -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<>();
|
||||
|
Reference in New Issue
Block a user