Merge "Fix App permission doesn't show summary"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6f93c8bb31
@@ -143,7 +143,7 @@ public class AppPermissionsPreferenceControllerTest {
|
||||
when(mPackageManager.queryPermissionsByGroup(anyString(), anyInt()))
|
||||
.thenReturn(permissions);
|
||||
|
||||
mController = spy(new AppPermissionsPreferenceController(mContext));
|
||||
mController = spy(new AppPermissionsPreferenceController(mContext, "pref_key"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user