blob: ea12ce8d387289da9b44653be4633d244298f049 [file] [log] [blame]
Ling Ma1c5b7f62023-08-21 16:05:32 -07001package: "com.android.internal.telephony.flags"
Yu Liua20df182024-03-26 22:39:02 +00002container: "system"
Ling Ma1c5b7f62023-08-21 16:05:32 -07003
Steve Statia51089d42024-03-15 22:07:25 +00004# OWNER=linggm TARGET=24Q3
Ling Ma1c5b7f62023-08-21 16:05:32 -07005flag {
6 name: "work_profile_api_split"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +00007 is_exported: true
Ling Ma1c5b7f62023-08-21 16:05:32 -07008 namespace: "telephony"
9 description: "To support separation between personal and work from TelephonyManager and SubscriptionManager API perspective."
10 bug: "296076674"
Ling Ma02ec2112023-12-05 14:01:58 -080011}
12
Steve Statia51089d42024-03-15 22:07:25 +000013# OWNER=linggm TARGET=24Q3
Ling Ma02ec2112023-12-05 14:01:58 -080014flag {
15 name: "enforce_subscription_user_filter"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000016 is_exported: true
Ling Ma02ec2112023-12-05 14:01:58 -080017 namespace: "telephony"
18 description: "Enabled flag means subscriptions enforce filtering result base on calling user handle. It marks the telephony completion of user filtering."
19 bug: "296076674"
rambowang02e50ca2023-12-04 10:24:15 -060020}
21
rambowang6f565482024-11-12 10:13:51 -060022# OWNER=rambowang TARGET=24Q3
23flag {
24 name: "data_only_cellular_service"
25 is_exported: true
26 namespace: "telephony"
27 description: "Supports customized cellular service capabilities per subscription."
28 bug: "296097429"
29}
30
Steve Statia51089d42024-03-15 22:07:25 +000031# OWNER=hhshin TARGET=24Q3
Hyunho887396f2024-01-12 06:10:23 +000032flag {
33 name: "support_psim_to_esim_conversion"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000034 is_exported: true
Hyunho887396f2024-01-12 06:10:23 +000035 namespace: "telephony"
36 description: "Support the psim to esim conversion."
37 bug: "315073761"
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080038}
39
Steve Statia51089d42024-03-15 22:07:25 +000040# OWNER=bookatz TARGET=24Q3
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080041flag {
42 name: "subscription_user_association_query"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000043 is_exported: true
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080044 namespace: "telephony"
45 description: "Supports querying if a subscription is associated with the caller"
46 bug: "325045841"
Nathan Harold69734a32024-04-01 10:21:34 -070047}
48
James Mattis52a56a82024-11-08 15:22:25 -080049# OWNER=jmattis TARGET=25Q2
50flag {
51 name: "subscription_plan_allow_status_and_end_date"
52 namespace: "telephony"
53 description: "Provide APIs to retrieve the status and recurrence rule info on a subscription plan"
54 bug: "357272015"
MÃ¥rten Kongstadb5267602024-11-28 07:58:20 +000055 is_exported: true
James Mattis52a56a82024-11-08 15:22:25 -080056}