Update activity-security feature flag string
Updates flag to match what is propogated by GMS Bug: 258792202 Test: Manually verified on device Change-Id: I4a4222914fa696e971d25dc06a22a0628282d50a
This commit is contained in:
@@ -43,9 +43,12 @@ class ActivitySecurityModelFeatureFlags {
|
||||
static final String DOC_LINK = "go/android-asm";
|
||||
|
||||
private static final String NAMESPACE = NAMESPACE_WINDOW_MANAGER;
|
||||
private static final String KEY_ASM_RESTRICTIONS_ENABLED = "asm_restrictions_enabled";
|
||||
private static final String KEY_ASM_TOASTS_ENABLED = "asm_toasts_enabled";
|
||||
private static final String KEY_ASM_EXEMPTED_PACKAGES = "asm_exempted_packages";
|
||||
private static final String KEY_ASM_PREFIX = "ActivitySecurity__";
|
||||
private static final String KEY_ASM_RESTRICTIONS_ENABLED = KEY_ASM_PREFIX
|
||||
+ "asm_restrictions_enabled";
|
||||
private static final String KEY_ASM_TOASTS_ENABLED = KEY_ASM_PREFIX + "asm_toasts_enabled";
|
||||
private static final String KEY_ASM_EXEMPTED_PACKAGES = KEY_ASM_PREFIX
|
||||
+ "asm_exempted_packages";
|
||||
private static final int VALUE_DISABLE = 0;
|
||||
private static final int VALUE_ENABLE_FOR_U = 1;
|
||||
private static final int VALUE_ENABLE_FOR_ALL = 2;
|
||||
|
||||
Reference in New Issue
Block a user