Introduce WebViewAppPreferenceControllerV2
- Create new WebViewAppPreferenceControllerV2 - Deprecate WebViewAppPreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I45bb7beb98ef9c7a998f64e81d180613c795ed3a
This commit is contained in:
@@ -30,6 +30,10 @@ import org.mockito.Mock;
|
||||
import org.mockito.MockitoAnnotations;
|
||||
import org.robolectric.annotation.Config;
|
||||
|
||||
/**
|
||||
* Deprecated in favor of {@link com.android.settings.development.WebViewAppPreferenceControllerV2}
|
||||
*/
|
||||
@Deprecated
|
||||
@RunWith(SettingsRobolectricTestRunner.class)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
||||
public class WebViewAppPreferenceControllerTest {
|
||||
|
Reference in New Issue
Block a user