Merge "Autofill compat - Settings"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f52ff28511
@@ -104,10 +104,5 @@ public class DefaultAutofillPreferenceControllerTest {
|
||||
final DefaultAppInfo info = mController.getDefaultAppInfo();
|
||||
|
||||
assertThat(info).isNotNull();
|
||||
|
||||
mController.getSettingIntent(info);
|
||||
|
||||
verify(mPackageManager.getPackageManager()).queryIntentServices(
|
||||
DefaultAutofillPicker.AUTOFILL_PROBE, PackageManager.GET_META_DATA);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user