blob: fa77fc30261618aa99ee0e98f0af5c86b5b115ae [file] [log] [blame]
Ling Ma1c5b7f62023-08-21 16:05:32 -07001package: "com.android.internal.telephony.flags"
2
3flag {
4 name: "work_profile_api_split"
5 namespace: "telephony"
6 description: "To support separation between personal and work from TelephonyManager and SubscriptionManager API perspective."
7 bug: "296076674"
Ling Ma02ec2112023-12-05 14:01:58 -08008}
9
10flag {
11 name: "enforce_subscription_user_filter"
12 namespace: "telephony"
13 description: "Enabled flag means subscriptions enforce filtering result base on calling user handle. It marks the telephony completion of user filtering."
14 bug: "296076674"
rambowang02e50ca2023-12-04 10:24:15 -060015}
16
17flag {
18 name: "data_only_cellular_service"
19 namespace: "telephony"
20 description: "Supports customized cellular service capabilities per subscription."
21 bug: "296097429"
Rambo Wang9fa1c992024-01-04 22:14:40 +000022}
23
24flag {
25 name: "data_only_service_allow_emergency_call_only"
26 namespace: "telephony"
27 description: "Support emergency call only for data only cellular service."
28 bug: "296097429"
Hyunho887396f2024-01-12 06:10:23 +000029}
30
31flag {
32 name: "support_psim_to_esim_conversion"
33 namespace: "telephony"
34 description: "Support the psim to esim conversion."
35 bug: "315073761"
Ling Ma1c5b7f62023-08-21 16:05:32 -070036}