blob: dc17a611fffb47d4bb3b8ad24f6b828b4df185e5 [file] [log] [blame]
Ling Ma1c5b7f62023-08-21 16:05:32 -07001package: "com.android.internal.telephony.flags"
Yu Liua20df182024-03-26 22:39:02 +00002container: "system"
Ling Ma1c5b7f62023-08-21 16:05:32 -07003
Steve Statia51089d42024-03-15 22:07:25 +00004# OWNER=linggm TARGET=24Q3
Ling Ma1c5b7f62023-08-21 16:05:32 -07005flag {
6 name: "work_profile_api_split"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +00007 is_exported: true
Ling Ma1c5b7f62023-08-21 16:05:32 -07008 namespace: "telephony"
9 description: "To support separation between personal and work from TelephonyManager and SubscriptionManager API perspective."
10 bug: "296076674"
Ling Ma02ec2112023-12-05 14:01:58 -080011}
12
Steve Statia51089d42024-03-15 22:07:25 +000013# OWNER=linggm TARGET=24Q3
Ling Ma02ec2112023-12-05 14:01:58 -080014flag {
15 name: "enforce_subscription_user_filter"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000016 is_exported: true
Ling Ma02ec2112023-12-05 14:01:58 -080017 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"
rambowang02e50ca2023-12-04 10:24:15 -060020}
21
Steve Statia51089d42024-03-15 22:07:25 +000022# OWNER=rambowang TARGET=24Q3
rambowang02e50ca2023-12-04 10:24:15 -060023flag {
24 name: "data_only_cellular_service"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000025 is_exported: true
rambowang02e50ca2023-12-04 10:24:15 -060026 namespace: "telephony"
27 description: "Supports customized cellular service capabilities per subscription."
28 bug: "296097429"
Rambo Wang9fa1c992024-01-04 22:14:40 +000029}
30
Steve Statia51089d42024-03-15 22:07:25 +000031# OWNER=rambowang TARGET=24Q3
Rambo Wang9fa1c992024-01-04 22:14:40 +000032flag {
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"
Hyunho887396f2024-01-12 06:10:23 +000037}
38
Steve Statia51089d42024-03-15 22:07:25 +000039# OWNER=hhshin TARGET=24Q3
Hyunho887396f2024-01-12 06:10:23 +000040flag {
41 name: "support_psim_to_esim_conversion"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000042 is_exported: true
Hyunho887396f2024-01-12 06:10:23 +000043 namespace: "telephony"
44 description: "Support the psim to esim conversion."
45 bug: "315073761"
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080046}
47
Steve Statia51089d42024-03-15 22:07:25 +000048# OWNER=bookatz TARGET=24Q3
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080049flag {
50 name: "subscription_user_association_query"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000051 is_exported: true
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080052 namespace: "telephony"
53 description: "Supports querying if a subscription is associated with the caller"
54 bug: "325045841"
Nathan Harold69734a32024-04-01 10:21:34 -070055}
56
57# OWNER=nharold TARGET=24Q3
58flag {
59 name: "safer_get_phone_number"
60 namespace: "telephony"
61 description: "Safety and performance improvements for getPhoneNumber()"
62 bug: "317673478"
63
64 metadata {
65 purpose: PURPOSE_BUGFIX
66 }
67}
songferngwanga1e62252024-05-31 13:15:03 +000068
69# OWNER=songferngwang TARGET=24Q3
70flag {
71 name: "reset_primary_sim_default_values"
72 namespace: "telephony"
73 description: "Reset the default values to the remaining sim"
74 bug: "339394518"
75
76 metadata {
77 purpose: PURPOSE_BUGFIX
78 }
79}
Jack Yu2d811bd2024-08-01 19:06:20 -070080
81# OWNER=jackyu TARGET=24Q4
82flag {
83 name: "uicc_phone_number_fix"
84 namespace: "telephony"
85 description: "Fixed that empty phone number when getLine1Number returns empty"
86 bug: "302437869"
87
88 metadata {
89 purpose: PURPOSE_BUGFIX
90 }
91}