summaryrefslogtreecommitdiff
path: root/flags/satellite.aconfig
blob: b43303003b710de2ed3ed46e3b2555d15cc06ab8 (plain)
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
package: "com.android.internal.telephony.flags"
container: "system"

# OWNER=amallampati TARGET=24Q3
flag {
    name: "oem_enabled_satellite_flag"
    is_exported: true
    namespace: "telephony"
    description: "This flag controls satellite communication supported by OEMs."
    bug:"291811962"
}

# OWNER=amallampati TARGET=24Q3
flag {
    name: "carrier_enabled_satellite_flag"
    is_exported: true
    namespace: "telephony"
    description: "This flag controls satellite communication supported by carriers."
    bug:"296437388"
}

# OWNER=xalle TARGET=24Q3
flag {
    name: "satellite_persistent_logging"
    namespace: "telephony"
    description: "This flag enables satellite persistent logging"
    bug:"339877723"
}

# OWNER=hyosunkim TARGET=24Q3
flag {
    name: "carrier_roaming_nb_iot_ntn"
    namespace: "telephony"
    description: "This flag enables satellite carrier roaming to nb iot ntn."
    bug:"348253735"
    is_exported: true
}

# OWNER=tnd TARGET=24Q4
flag {
    name: "oem_enabled_satellite_phase_2"
    is_exported: true
    namespace: "telephony"
    description: "This flag controls satellite communication supported by OEMs in phase 2."
    bug:"349624547"
}

# OWNER=youngtaecha TARGET=24Q4
flag {
  name: "geofence_enhancement_for_better_ux"
  namespace: "telephony"
  description: "Enhance geofence to improve UX experience"
  bug: "347711329"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

# OWNER=amallampati TARGET=25Q2
flag {
    name: "satellite_system_apis"
    is_exported: true
    namespace: "telephony"
    description: "Convert hidden SatelliteManager APIs to system APIs."
    bug:"373436320"
}

# OWNER=rambowang TARGET=25Q2
flag {
  name: "satellite_state_change_listener"
  namespace: "telephony"
  description: "Introduce SatelliteManager APIs for carrier apps to monitor satellite state change"
  bug: "357638490"
  is_exported: true
}

# OWNER=karthickmj TARGET=25Q4
flag {
  name: "satellite_25q4_apis"
  namespace: "telephony"
  description: "This flag controls the changes for the new satellite APIs"
  bug: "383254935"
  is_exported: true
}

# OWNER=arunvoddu TARGET=25Q2
flag {
  name: "starlink_data_bugfix"
  namespace: "telephony"
  description: "This flag controls the satellite related bug fixes"
  bug: "393966687"
  is_exported: true
}

# OWNER=amallampati TARGET=25Q3
flag {
    name: "satellite_exit_p2p_session_outside_geofence"
    is_exported: true
    namespace: "telephony"
    description: "Exit P2P satellite session outside geofence"
    bug:"391926447"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}