• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.internal.telephony.flags"
2container: "system"
3
4# OWNER=amallampati TARGET=24Q3
5flag {
6    name: "oem_enabled_satellite_flag"
7    is_exported: true
8    namespace: "telephony"
9    description: "This flag controls satellite communication supported by OEMs."
10    bug:"291811962"
11}
12
13# OWNER=amallampati TARGET=24Q3
14flag {
15    name: "carrier_enabled_satellite_flag"
16    is_exported: true
17    namespace: "telephony"
18    description: "This flag controls satellite communication supported by carriers."
19    bug:"296437388"
20}
21
22# OWNER=xalle TARGET=24Q3
23flag {
24    name: "satellite_persistent_logging"
25    namespace: "telephony"
26    description: "This flag enables satellite persistent logging"
27    bug:"339877723"
28}
29
30# OWNER=hyosunkim TARGET=24Q3
31flag {
32    name: "carrier_roaming_nb_iot_ntn"
33    namespace: "telephony"
34    description: "This flag enables satellite carrier roaming to nb iot ntn."
35    bug:"348253735"
36    is_exported: true
37}
38
39# OWNER=tnd TARGET=24Q4
40flag {
41    name: "oem_enabled_satellite_phase_2"
42    is_exported: true
43    namespace: "telephony"
44    description: "This flag controls satellite communication supported by OEMs in phase 2."
45    bug:"349624547"
46}
47
48# OWNER=youngtaecha TARGET=24Q4
49flag {
50  name: "geofence_enhancement_for_better_ux"
51  namespace: "telephony"
52  description: "Enhance geofence to improve UX experience"
53  bug: "347711329"
54  metadata {
55    purpose: PURPOSE_BUGFIX
56  }
57}
58
59# OWNER=amallampati TARGET=25Q2
60flag {
61    name: "satellite_system_apis"
62    is_exported: true
63    namespace: "telephony"
64    description: "Convert hidden SatelliteManager APIs to system APIs."
65    bug:"373436320"
66}
67
68# OWNER=rambowang TARGET=25Q2
69flag {
70  name: "satellite_state_change_listener"
71  namespace: "telephony"
72  description: "Introduce SatelliteManager APIs for carrier apps to monitor satellite state change"
73  bug: "357638490"
74  is_exported: true
75}
76
77# OWNER=karthickmj TARGET=25Q4
78flag {
79  name: "satellite_25q4_apis"
80  namespace: "telephony"
81  description: "This flag controls the changes for the new satellite APIs"
82  bug: "383254935"
83  is_exported: true
84}
85
86# OWNER=arunvoddu TARGET=25Q2
87flag {
88  name: "starlink_data_bugfix"
89  namespace: "telephony"
90  description: "This flag controls the satellite related bug fixes"
91  bug: "393966687"
92  is_exported: true
93}
94
95# OWNER=amallampati TARGET=25Q3
96flag {
97    name: "satellite_exit_p2p_session_outside_geofence"
98    is_exported: true
99    namespace: "telephony"
100    description: "Exit P2P satellite session outside geofence"
101    bug:"391926447"
102    metadata {
103        purpose: PURPOSE_BUGFIX
104    }
105}
106