blob: d9f1498b6df1544a7499aa3576f70f237f0d9062 [file] [log] [blame]
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +00001package: "com.android.internal.telephony.flags"
2
Steve Statia51089d42024-03-15 22:07:25 +00003# OWNER=amallampati TARGET=24Q3
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +00004flag {
5 name: "oem_enabled_satellite_flag"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +00006 is_exported: true
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +00007 namespace: "telephony"
8 description: "This flag controls satellite communication supported by OEMs."
9 bug:"291811962"
10}
11
Steve Statia51089d42024-03-15 22:07:25 +000012# OWNER=amallampati TARGET=24Q3
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +000013flag {
14 name: "carrier_enabled_satellite_flag"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000015 is_exported: true
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +000016 namespace: "telephony"
17 description: "This flag controls satellite communication supported by carriers."
18 bug:"296437388"
Nagendra Prasad Nagarle Basavarajuc00abbf2024-02-09 03:35:53 +000019}
20
Steve Statia51089d42024-03-15 22:07:25 +000021# OWNER=nagendranb TARGET=24Q3
Nagendra Prasad Nagarle Basavarajuc00abbf2024-02-09 03:35:53 +000022flag {
23 name: "satellite_internet"
24 namespace: "telephony"
25 description: "This flag enables satellite internet support."
26 bug:"326972202"
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +000027}