Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac56c470 authored by Rafael Prado's avatar Rafael Prado
Browse files

Add flags to enable coexistence work per API.

Test: N/A - Adding feature flags only.
Flag: EXEMPT Adding new flags
Bug: 356894721
Change-Id: I051ab5e722b3e695edac41a649e1616a7af98c0e
parent 91f155a9
Loading
Loading
Loading
Loading
+56 −0
Original line number Diff line number Diff line
@@ -97,6 +97,62 @@ flag {
  bug: "356894721"
}

flag {
 name: "reset_password_with_token_coexistence"
 is_exported: true
 namespace: "enterprise"
 description: "Enables coexistence support for resetPasswordWithToken and setResetPasswordToken."
 bug: "359187209"
}

flag {
 name: "set_keyguard_disabled_features_coexistence"
 is_exported: true
 namespace: "enterprise"
 description: "Enables coexistence support for setKeyguardDisabledFeatures."
 bug: "359186276"
}

flag {
 name: "set_application_restrictions_coexistence"
 is_exported: true
 namespace: "enterprise"
 description: "Enables coexistence support for setApplicationRestrictions."
 bug: "359188153"
}

flag {
 name: "set_auto_time_enabled_coexistence"
 is_exported: true
 namespace: "enterprise"
 description: "Enables coexistence support for setAutoTimeEnabled."
 bug: "359188869"
}

flag {
 name: "set_backup_service_enabled_coexistence"
 is_exported: true
 namespace: "enterprise"
 description: "Enables coexistence support for setBackupServiceEnabled."
 bug: "359188483"
}

flag {
 name: "set_auto_time_zone_enabled_coexistence"
 is_exported: true
 namespace: "enterprise"
 description: "Enables coexistence support for setAutoTimeZoneEnabled."
 bug: "364338300"
}

flag {
 name: "set_permission_grant_state_coexistence"
 is_exported: true
 namespace: "enterprise"
 description: "Enables coexistence support for setPermissionGrantState."
 bug: "364338410"
}

# Fully rolled out and must not be used.
flag {
  name: "security_log_v2_enabled"