Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
| 2 | |
| 3 | flag { |
| 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 Ma | 02ec211 | 2023-12-05 14:01:58 -0800 | [diff] [blame] | 8 | } |
| 9 | |
| 10 | flag { |
| 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" |
rambowang | 02e50ca | 2023-12-04 10:24:15 -0600 | [diff] [blame] | 15 | } |
| 16 | |
| 17 | flag { |
| 18 | name: "data_only_cellular_service" |
| 19 | namespace: "telephony" |
| 20 | description: "Supports customized cellular service capabilities per subscription." |
| 21 | bug: "296097429" |
Rambo Wang | 9fa1c99 | 2024-01-04 22:14:40 +0000 | [diff] [blame] | 22 | } |
| 23 | |
| 24 | flag { |
| 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" |
Hyunho | 887396f | 2024-01-12 06:10:23 +0000 | [diff] [blame^] | 29 | } |
| 30 | |
| 31 | flag { |
| 32 | name: "support_psim_to_esim_conversion" |
| 33 | namespace: "telephony" |
| 34 | description: "Support the psim to esim conversion." |
| 35 | bug: "315073761" |
Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 36 | } |