Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
| 2 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 3 | # OWNER=linggm TARGET=24Q3 |
Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 4 | flag { |
| 5 | name: "work_profile_api_split" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 6 | is_exported: true |
Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 7 | namespace: "telephony" |
| 8 | description: "To support separation between personal and work from TelephonyManager and SubscriptionManager API perspective." |
| 9 | bug: "296076674" |
Ling Ma | 02ec211 | 2023-12-05 14:01:58 -0800 | [diff] [blame] | 10 | } |
| 11 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 12 | # OWNER=linggm TARGET=24Q3 |
Ling Ma | 02ec211 | 2023-12-05 14:01:58 -0800 | [diff] [blame] | 13 | flag { |
| 14 | name: "enforce_subscription_user_filter" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 15 | is_exported: true |
Ling Ma | 02ec211 | 2023-12-05 14:01:58 -0800 | [diff] [blame] | 16 | 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" |
rambowang | 02e50ca | 2023-12-04 10:24:15 -0600 | [diff] [blame] | 19 | } |
| 20 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 21 | # OWNER=rambowang TARGET=24Q3 |
rambowang | 02e50ca | 2023-12-04 10:24:15 -0600 | [diff] [blame] | 22 | flag { |
| 23 | name: "data_only_cellular_service" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 24 | is_exported: true |
rambowang | 02e50ca | 2023-12-04 10:24:15 -0600 | [diff] [blame] | 25 | namespace: "telephony" |
| 26 | description: "Supports customized cellular service capabilities per subscription." |
| 27 | bug: "296097429" |
Rambo Wang | 9fa1c99 | 2024-01-04 22:14:40 +0000 | [diff] [blame] | 28 | } |
| 29 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 30 | # OWNER=rambowang TARGET=24Q3 |
Rambo Wang | 9fa1c99 | 2024-01-04 22:14:40 +0000 | [diff] [blame] | 31 | flag { |
| 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" |
Hyunho | 887396f | 2024-01-12 06:10:23 +0000 | [diff] [blame] | 36 | } |
| 37 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 38 | # OWNER=hhshin TARGET=24Q3 |
Hyunho | 887396f | 2024-01-12 06:10:23 +0000 | [diff] [blame] | 39 | flag { |
| 40 | name: "support_psim_to_esim_conversion" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 41 | is_exported: true |
Hyunho | 887396f | 2024-01-12 06:10:23 +0000 | [diff] [blame] | 42 | namespace: "telephony" |
| 43 | description: "Support the psim to esim conversion." |
| 44 | bug: "315073761" |
Adam Bookatz | f8a1d2d | 2024-02-13 16:14:42 -0800 | [diff] [blame] | 45 | } |
| 46 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 47 | # OWNER=bookatz TARGET=24Q3 |
Adam Bookatz | f8a1d2d | 2024-02-13 16:14:42 -0800 | [diff] [blame] | 48 | flag { |
| 49 | name: "subscription_user_association_query" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 50 | is_exported: true |
Adam Bookatz | f8a1d2d | 2024-02-13 16:14:42 -0800 | [diff] [blame] | 51 | namespace: "telephony" |
| 52 | description: "Supports querying if a subscription is associated with the caller" |
| 53 | bug: "325045841" |
Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 54 | } |