Merge "Autofill compat - Settings"

This commit is contained in:
TreeHugger Robot
2018-02-05 09:55:29 +00:00
committed by Android (Google) Code Review
3 changed files with 6 additions and 11 deletions

View File

@@ -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);
}
}