Merge "Fix App permission doesn't show summary"

This commit is contained in:
TreeHugger Robot
2018-11-15 04:10:40 +00:00
committed by Android (Google) Code Review
3 changed files with 3 additions and 6 deletions

View File

@@ -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