blob: 5bc5340a76e0ea057c24e5bc51db96e68acdd7c9 [file] [log] [blame]
Ling Ma1c5b7f62023-08-21 16:05:32 -07001package: "com.android.internal.telephony.flags"
2
Steve Statia51089d42024-03-15 22:07:25 +00003# OWNER=linggm TARGET=24Q3
Ling Ma1c5b7f62023-08-21 16:05:32 -07004flag {
5 name: "work_profile_api_split"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +00006 is_exported: true
Ling Ma1c5b7f62023-08-21 16:05:32 -07007 namespace: "telephony"
8 description: "To support separation between personal and work from TelephonyManager and SubscriptionManager API perspective."
9 bug: "296076674"
Ling Ma02ec2112023-12-05 14:01:58 -080010}
11
Steve Statia51089d42024-03-15 22:07:25 +000012# OWNER=linggm TARGET=24Q3
Ling Ma02ec2112023-12-05 14:01:58 -080013flag {
14 name: "enforce_subscription_user_filter"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000015 is_exported: true
Ling Ma02ec2112023-12-05 14:01:58 -080016 namespace: "telephony"
17 description: "Enabled flag means subscriptions enforce filtering result base on calling user handle. It marks the telephony completion of user filtering."
18 bug: "296076674"
rambowang02e50ca2023-12-04 10:24:15 -060019}
20
Steve Statia51089d42024-03-15 22:07:25 +000021# OWNER=rambowang TARGET=24Q3
rambowang02e50ca2023-12-04 10:24:15 -060022flag {
23 name: "data_only_cellular_service"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000024 is_exported: true
rambowang02e50ca2023-12-04 10:24:15 -060025 namespace: "telephony"
26 description: "Supports customized cellular service capabilities per subscription."
27 bug: "296097429"
Rambo Wang9fa1c992024-01-04 22:14:40 +000028}
29
Steve Statia51089d42024-03-15 22:07:25 +000030# OWNER=rambowang TARGET=24Q3
Rambo Wang9fa1c992024-01-04 22:14:40 +000031flag {
32 name: "data_only_service_allow_emergency_call_only"
33 namespace: "telephony"
34 description: "Support emergency call only for data only cellular service."
35 bug: "296097429"
Hyunho887396f2024-01-12 06:10:23 +000036}
37
Steve Statia51089d42024-03-15 22:07:25 +000038# OWNER=hhshin TARGET=24Q3
Hyunho887396f2024-01-12 06:10:23 +000039flag {
40 name: "support_psim_to_esim_conversion"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000041 is_exported: true
Hyunho887396f2024-01-12 06:10:23 +000042 namespace: "telephony"
43 description: "Support the psim to esim conversion."
44 bug: "315073761"
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080045}
46
Steve Statia51089d42024-03-15 22:07:25 +000047# OWNER=bookatz TARGET=24Q3
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080048flag {
49 name: "subscription_user_association_query"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000050 is_exported: true
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080051 namespace: "telephony"
52 description: "Supports querying if a subscription is associated with the caller"
53 bug: "325045841"
Ling Ma1c5b7f62023-08-21 16:05:32 -070054}