blob: 798ce4018f67fed85cf836514b4e098924f8d136 [file] [log] [blame]
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +00001package: "com.android.internal.telephony.flags"
2
3flag {
4 name: "oem_enabled_satellite_flag"
5 namespace: "telephony"
6 description: "This flag controls satellite communication supported by OEMs."
7 bug:"291811962"
8}
9
10flag {
11 name: "carrier_enabled_satellite_flag"
12 namespace: "telephony"
13 description: "This flag controls satellite communication supported by carriers."
14 bug:"296437388"
Nagendra Prasad Nagarle Basavarajuc00abbf2024-02-09 03:35:53 +000015}
16
17flag {
18 name: "satellite_internet"
19 namespace: "telephony"
20 description: "This flag enables satellite internet support."
21 bug:"326972202"
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +000022}