Merge "Remove security settings v1 code"
This commit is contained in:
committed by
Android (Google) Code Review
commit
75c2ca96f1
@@ -66,7 +66,7 @@ public class SecuritySettingsLaunchTest {
|
||||
public void launchSecuritySettings() throws Exception {
|
||||
// Launch Settings
|
||||
SettingsHelper.launchSettingsPage(
|
||||
InstrumentationRegistry.getContext(), Settings.ACTION_SECURITY_SETTINGS);
|
||||
InstrumentationRegistry.getTargetContext(), Settings.ACTION_SECURITY_SETTINGS);
|
||||
mHelper.scrollVert(false);
|
||||
for (String category : CATEGORIES) {
|
||||
SettingsTestUtils.assertTitleMatch(mDevice, category);
|
||||
|
Reference in New Issue
Block a user