Merge "Remove WebView fallback package handling."

This commit is contained in:
TreeHugger Robot
2019-03-29 17:25:56 +00:00
committed by Android (Google) Code Review
3 changed files with 1 additions and 37 deletions

View File

@@ -119,7 +119,6 @@ public class AppButtonsPreferenceControllerTest {
mController = spy(new AppButtonsPreferenceController(mSettingsActivity, mFragment,
mLifecycle, PACKAGE_NAME, mState, REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN));
doReturn(false).when(mController).isFallbackPackage(anyString());
mAppEntry.info = mAppInfo;
mAppInfo.packageName = PACKAGE_NAME;