blob: 0522a3cdf263b46a3392cb77a7304eb0eb831f76 [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
rambowang6f565482024-11-12 10:13:51 -060022# OWNER=rambowang TARGET=24Q3
23flag {
24 name: "data_only_cellular_service"
25 is_exported: true
26 namespace: "telephony"
27 description: "Supports customized cellular service capabilities per subscription."
28 bug: "296097429"
29}
30
Steve Statia51089d42024-03-15 22:07:25 +000031# OWNER=hhshin TARGET=24Q3
Hyunho887396f2024-01-12 06:10:23 +000032flag {
33 name: "support_psim_to_esim_conversion"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000034 is_exported: true
Hyunho887396f2024-01-12 06:10:23 +000035 namespace: "telephony"
36 description: "Support the psim to esim conversion."
37 bug: "315073761"
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080038}
39
Steve Statia51089d42024-03-15 22:07:25 +000040# OWNER=bookatz TARGET=24Q3
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080041flag {
42 name: "subscription_user_association_query"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000043 is_exported: true
Adam Bookatzf8a1d2d2024-02-13 16:14:42 -080044 namespace: "telephony"
45 description: "Supports querying if a subscription is associated with the caller"
46 bug: "325045841"
Nathan Harold69734a32024-04-01 10:21:34 -070047}
48
49# OWNER=nharold TARGET=24Q3
50flag {
51 name: "safer_get_phone_number"
52 namespace: "telephony"
53 description: "Safety and performance improvements for getPhoneNumber()"
54 bug: "317673478"
55
56 metadata {
57 purpose: PURPOSE_BUGFIX
58 }
59}
songferngwanga1e62252024-05-31 13:15:03 +000060
61# OWNER=songferngwang TARGET=24Q3
62flag {
63 name: "reset_primary_sim_default_values"
64 namespace: "telephony"
65 description: "Reset the default values to the remaining sim"
66 bug: "339394518"
67
68 metadata {
69 purpose: PURPOSE_BUGFIX
70 }
71}
Jack Yu2d811bd2024-08-01 19:06:20 -070072
73# OWNER=jackyu TARGET=24Q4
74flag {
75 name: "uicc_phone_number_fix"
76 namespace: "telephony"
77 description: "Fixed that empty phone number when getLine1Number returns empty"
78 bug: "302437869"
79
80 metadata {
81 purpose: PURPOSE_BUGFIX
82 }
83}
James Mattis52a56a82024-11-08 15:22:25 -080084
85# OWNER=jmattis TARGET=25Q2
86flag {
87 name: "subscription_plan_allow_status_and_end_date"
88 namespace: "telephony"
89 description: "Provide APIs to retrieve the status and recurrence rule info on a subscription plan"
90 bug: "357272015"
MÃ¥rten Kongstadb5267602024-11-28 07:58:20 +000091 is_exported: true
James Mattis52a56a82024-11-08 15:22:25 -080092}