blob: 2b5ab2be6d45dc4dc3546c32578af494ae3bf6ad [file] [log] [blame]
Thomas Stuart2a5027a2023-09-15 16:18:39 -07001package: "com.android.internal.telephony.flags"
2
3flag {
4 name: "do_not_override_precise_label"
5 namespace: "telephony"
6 description: "When set, Telecom will not override the precise label for certain disconnect causes."
7 bug: "296968778"
8 is_fixed_read_only: true
Thomas Nguyenfaeb40a2023-10-04 15:53:41 -07009}
10
11flag {
12 name: "log_mms_sms_database_access_info"
13 namespace: "telephony"
14 description: "Whether to log MMS/SMS database access info and report anomaly when getting exception."
15 bug: "275225402"
Thomas Stuart2a5027a2023-09-15 16:18:39 -070016}