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