-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathcontactsprovider_flags.aconfig
More file actions
84 lines (83 loc) · 2.29 KB
/
contactsprovider_flags.aconfig
File metadata and controls
84 lines (83 loc) · 2.29 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
package: "com.android.providers.contacts.flags"
container: "system"
flag {
name: "cp2_account_move_flag"
namespace: "contacts"
description: "Methods for bulk move of contacts between accounts"
bug: "330324156"
}
flag {
name: "cp2_account_move_sync_stub_flag"
namespace: "contacts"
description: "Methods for writing sync stubs during bulk move of contacts between accounts"
bug: "330324156"
}
flag {
name: "enable_new_default_account_rule_flag"
namespace: "contacts"
description: "Enable new default account for contacts"
bug: "337979000"
}
flag {
name: "cp2_sync_search_index_flag"
namespace: "contacts"
description: "Refactor to update search index during account removal and contact aggregation"
bug: "363260703"
}
flag {
name: "disable_move_to_ineligible_default_account_flag"
namespace: "contacts"
description: "Disable move api to ineligible cloud default accounts"
bug: "372270980"
}
flag {
name: "cp2_account_move_delete_non_common_data_rows_flag"
namespace: "contacts"
description: "Delete data rows not included in CommonDataKinds when moving between account types"
bug: "330324156"
}
flag {
name: "disable_cp2_account_move_flag"
namespace: "contacts"
description: "Disable bulk move of contacts between accounts"
bug: "382359013"
}
flag {
name: "log_contact_save_invalid_account_error"
namespace: "contacts"
description: "Log the error of saving contacts to invalid account"
bug: "399412962"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "log_call_method"
namespace: "contacts"
description: "Log the call method"
bug: "400528898"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "insert_account_logging"
namespace: "contacts"
description: "Enables logging of account metadata for raw contact and group inserts"
bug: "427735757"
}
flag {
name: "restrict_pii_data_uri_columns"
namespace: "profile_experiences"
description: "Restricts PII columns from data view of CP2"
bug: "437318646"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "enable_dynamic_eligible_default_account"
namespace: "contacts"
description: "Enables default account eligibility dynamically determined by account attributes"
bug: "438754194"
}