summaryrefslogtreecommitdiff
path: root/aconfig/settings_biometrics_integration_declarations.aconfig
blob: 48bf293fa1ba6eddbfb03924c82c9041304c9fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
package: "com.android.settings.flags"
container: "system_ext"

flag {
  name: "sfps_enroll_refinement"
  namespace: "biometrics_integration"
  description: "This flag controls whether the sfps pause enrollment feature should be enabled"
  bug: "288155127"
}

flag {
  name: "udfps_enroll_calibration"
  namespace: "biometrics_integration"
  description: "This flag controls whether the fps enroll calibration feature should be enabled"
  bug: "301226085"
}

flag {
  name: "enroll_layout_truncate_improvement"
  namespace: "biometrics_integration"
  description: "This flag controls whether the enroll layout truncate improvement feature should be enabled"
  bug: "359149850"
  metadata {
      purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "screen_off_unlock_power_optimization"
  namespace: "biometrics_integration"
  description: "This flag controls Whether to gate fp unlock when screen turns off feature before AOC optimized"
  bug: "368465560"
  metadata {
      purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "biometrics_onboarding_education"
  namespace: "biometrics_integration"
  description: "This flag controls whether the onboarding education settings UX should be enabled"
  bug: "370940762"
}

flag {
  name: "biometric_onboarding_education"
  namespace: "biometrics_integration"
  description: "This flag controls whether the onboarding education settings UX should be enabled"
  bug: "370940762"
  metadata {
      purpose: PURPOSE_BUGFIX
  }
}