blob: 60c0af1cbd8b351f990bfa5d1882b010a92334cc [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
Steve Statia51089d42024-03-15 22:07:25 +000022# OWNER=rambowang TARGET=24Q3
rambowang02e50ca2023-12-04 10:24:15 -060023flag {
24 name: "data_only_cellular_service"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000025 is_exported: true
rambowang02e50ca2023-12-04 10:24:15 -060026 namespace: "telephony"
27 description: "Supports customized cellular service capabilities per subscription."
28 bug: "296097429"
Rambo Wang9fa1c992024-01-04 22:14:40 +000029}
30
Steve Statia51089d42024-03-15 22:07:25 +000031# OWNER=rambowang TARGET=24Q3
Rambo Wang9fa1c992024-01-04 22:14:40 +000032flag {
33 name: "data_only_service_allow_emergency_call_only"
34 namespace: "telephony"
35 description: "Support emergency call only for data only cellular service."
36 bug: "296097429"
Hyunho887396f2024-01-12 06:10:23 +000037}
38
Steve Statia51089d42024-03-15 22:07:25 +000039# OWNER=hhshin TARGET=24Q3
Hyunho887396f2024-01-12 06:10:23 +000040flag {
41 name: "support_psim_to_esim_conversion"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000042 is_exported: true
Hyunho887396f2024-01-12 06:10:23 +000043 namespace: "telephony"
44 description: "Support the psim to esim conversion."
45 bug: "315073761"
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080046}
47
Steve Statia51089d42024-03-15 22:07:25 +000048# OWNER=bookatz TARGET=24Q3
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080049flag {
50 name: "subscription_user_association_query"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000051 is_exported: true
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080052 namespace: "telephony"
53 description: "Supports querying if a subscription is associated with the caller"
54 bug: "325045841"
Ling Ma1c5b7f62023-08-21 16:05:32 -070055}