blob: c91319271e4fee08d1a09b6fb0bd6960a05ec7af [file] [log] [blame]
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +00001package: "com.android.internal.telephony.flags"
2
3flag {
4 name: "oem_enabled_satellite_flag"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +00005 is_exported: true
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +00006 namespace: "telephony"
7 description: "This flag controls satellite communication supported by OEMs."
8 bug:"291811962"
9}
10
11flag {
12 name: "carrier_enabled_satellite_flag"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000013 is_exported: true
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +000014 namespace: "telephony"
15 description: "This flag controls satellite communication supported by carriers."
16 bug:"296437388"
Nagendra Prasad Nagarle Basavarajuc00abbf2024-02-09 03:35:53 +000017}
18
19flag {
20 name: "satellite_internet"
21 namespace: "telephony"
22 description: "This flag enables satellite internet support."
23 bug:"326972202"
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +000024}