blob: 543aa20fc8f8e4b556a27659d079549b52668da8 [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=hhshin TARGET=24Q3
Hyunho887396f2024-01-12 06:10:23 +000023flag {
24 name: "support_psim_to_esim_conversion"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000025 is_exported: true
Hyunho887396f2024-01-12 06:10:23 +000026 namespace: "telephony"
27 description: "Support the psim to esim conversion."
28 bug: "315073761"
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080029}
30
Steve Statia51089d42024-03-15 22:07:25 +000031# OWNER=bookatz TARGET=24Q3
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080032flag {
33 name: "subscription_user_association_query"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000034 is_exported: true
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080035 namespace: "telephony"
36 description: "Supports querying if a subscription is associated with the caller"
37 bug: "325045841"
Nathan Harold69734a32024-04-01 10:21:34 -070038}
39
40# OWNER=nharold TARGET=24Q3
41flag {
42 name: "safer_get_phone_number"
43 namespace: "telephony"
44 description: "Safety and performance improvements for getPhoneNumber()"
45 bug: "317673478"
46
47 metadata {
48 purpose: PURPOSE_BUGFIX
49 }
50}
songferngwanga1e62252024-05-31 13:15:03 +000051
52# OWNER=songferngwang TARGET=24Q3
53flag {
54 name: "reset_primary_sim_default_values"
55 namespace: "telephony"
56 description: "Reset the default values to the remaining sim"
57 bug: "339394518"
58
59 metadata {
60 purpose: PURPOSE_BUGFIX
61 }
62}
Jack Yu2d811bd2024-08-01 19:06:20 -070063
64# OWNER=jackyu TARGET=24Q4
65flag {
66 name: "uicc_phone_number_fix"
67 namespace: "telephony"
68 description: "Fixed that empty phone number when getLine1Number returns empty"
69 bug: "302437869"
70
71 metadata {
72 purpose: PURPOSE_BUGFIX
73 }
74}