blob: 1e1c07310fd294822f7b3954973c9b55c76a90d2 [file] [log] [blame]
Ling Ma1c5b7f62023-08-21 16:05:32 -07001package: "com.android.internal.telephony.flags"
2
3flag {
4 name: "work_profile_api_split"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +00005 is_exported: true
Ling Ma1c5b7f62023-08-21 16:05:32 -07006 namespace: "telephony"
7 description: "To support separation between personal and work from TelephonyManager and SubscriptionManager API perspective."
8 bug: "296076674"
Ling Ma02ec2112023-12-05 14:01:58 -08009}
10
11flag {
12 name: "enforce_subscription_user_filter"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000013 is_exported: true
Ling Ma02ec2112023-12-05 14:01:58 -080014 namespace: "telephony"
15 description: "Enabled flag means subscriptions enforce filtering result base on calling user handle. It marks the telephony completion of user filtering."
16 bug: "296076674"
rambowang02e50ca2023-12-04 10:24:15 -060017}
18
19flag {
20 name: "data_only_cellular_service"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000021 is_exported: true
rambowang02e50ca2023-12-04 10:24:15 -060022 namespace: "telephony"
23 description: "Supports customized cellular service capabilities per subscription."
24 bug: "296097429"
Rambo Wang9fa1c992024-01-04 22:14:40 +000025}
26
27flag {
28 name: "data_only_service_allow_emergency_call_only"
29 namespace: "telephony"
30 description: "Support emergency call only for data only cellular service."
31 bug: "296097429"
Hyunho887396f2024-01-12 06:10:23 +000032}
33
34flag {
35 name: "support_psim_to_esim_conversion"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000036 is_exported: true
Hyunho887396f2024-01-12 06:10:23 +000037 namespace: "telephony"
38 description: "Support the psim to esim conversion."
39 bug: "315073761"
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080040}
41
42flag {
43 name: "subscription_user_association_query"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000044 is_exported: true
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080045 namespace: "telephony"
46 description: "Supports querying if a subscription is associated with the caller"
47 bug: "325045841"
Ling Ma1c5b7f62023-08-21 16:05:32 -070048}