Merge "Give CTS the handle it expects to remove PIN."

This commit is contained in:
Jeff Sharkey
2016-10-04 22:19:35 +00:00
committed by Android (Google) Code Review

View File

@@ -394,6 +394,7 @@ public class ChooseLockGeneric extends SettingsActivity {
// Used for testing purposes
findPreference(KEY_UNLOCK_SET_NONE).setViewId(R.id.lock_none);
findPreference(KEY_SKIP_FINGERPRINT).setViewId(R.id.lock_none);
findPreference(KEY_UNLOCK_SET_PIN).setViewId(R.id.lock_pin);
findPreference(KEY_UNLOCK_SET_PASSWORD).setViewId(R.id.lock_password);
}