Merge "Remove feature flag for active unlock" into udc-dev

This commit is contained in:
Derek Jedral
2023-05-09 17:17:11 +00:00
committed by Android (Google) Code Review
5 changed files with 6 additions and 81 deletions

View File

@@ -84,5 +84,7 @@ public final class ActiveUnlockTestUtils {
ActiveUnlockStatusUtils.CONFIG_FLAG_NAME,
null /* value */,
false /* makeDefault */);
Settings.Secure.putString(context.getContentResolver(), TARGET_SETTING, null);
Settings.Secure.putString(context.getContentResolver(), PROVIDER_SETTING, null);
}
}