1package: "android.service.autofill"
2container: "system"
3
4flag {
5  name: "autofill_credman_integration"
6  namespace: "autofill"
7  description: "Guards Autofill Framework against Autofill-Credman integration"
8  bug: "296907283"
9}
10
11flag {
12    name: "autofill_credman_integration_phase2"
13    namespace: "autofill"
14    description: "Guards against Autofill-Credman integration phase 2"
15    bug: "320730001"
16}
17
18flag {
19    name: "autofill_credman_dev_integration"
20    is_exported: true
21    namespace: "autofill"
22    description: "Guards against Autofill-Credman Phase1 developer integration via new APIs"
23    bug: "320730001"
24}
25