• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.internal.telephony.flags"
2container: "system"
3
4# OWNER=songferngwang TARGET=24Q3
5flag {
6  name: "hide_prefer_3g_item"
7  is_exported: true
8  namespace: "telephony"
9  description: "Used in the Preferred Network Types menu to determine if the 3G option is displayed."
10  bug: "310639009"
11}
12
13# OWNER=nharold TARGET=24Q3
14flag {
15  name: "network_registration_info_reject_cause"
16  is_exported: true
17  namespace: "telephony"
18  description: "Elevate NRI#getRejectCause from System to Public"
19  bug: "239730435"
20}
21
22# OWNER=yomna TARGET=25Q2
23flag {
24  name: "security_algorithms_update_indications"
25  is_exported: true
26  namespace: "telephony"
27  description: "guard system API onSecurityAlgorithmsChanged"
28  bug: "355062720"
29}
30
31# OWNER=yomna TARGET=25Q2
32flag {
33  name: "cellular_identifier_disclosure_indications"
34  is_exported: true
35  namespace: "telephony"
36  description: "guard system API onCellularIdentifierDisclosedChanged"
37  bug: "355062720"
38}
39
40# OWNER=jackyu TARGET=25Q3
41flag {
42    name: "ignore_mcc_mnc_from_operator_for_locale"
43    namespace: "telephony"
44    description: "Ignoring mcc/mnc from RIL indication OPERATOR but only relying MCC/MNC from registered or nearby cells."
45    bug:"374589521"
46    metadata {
47        purpose: PURPOSE_BUGFIX
48    }
49}
50
51flag {
52    name: "vendor_specific_cellular_identifier_disclosure_indications"
53    is_exported: true
54    namespace: "telephony"
55    description: "Guard system API for vendor-specific classifications of cellular ID disclosures"
56    bug: "355062720"
57}
58