1package: "com.android.internal.telephony.flags"
2container: "system"
3
4# OWNER=linggm TARGET=24Q3
5flag {
6  name: "work_profile_api_split"
7  is_exported: true
8  namespace: "telephony"
9  description: "To support separation between personal and work from TelephonyManager and SubscriptionManager API perspective."
10  bug: "296076674"
11}
12
13# OWNER=linggm TARGET=24Q3
14flag {
15  name: "enforce_subscription_user_filter"
16  is_exported: true
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"
20}
21
22# 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
31# OWNER=hhshin TARGET=24Q3
32flag {
33  name: "support_psim_to_esim_conversion"
34  is_exported: true
35  namespace: "telephony"
36  description: "Support the psim to esim conversion."
37  bug: "315073761"
38}
39
40# OWNER=bookatz TARGET=24Q3
41flag {
42  name: "subscription_user_association_query"
43  is_exported: true
44  namespace: "telephony"
45  description: "Supports querying if a subscription is associated with the caller"
46  bug: "325045841"
47}
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}
60
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}
72
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}
84
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"
91  is_exported: true
92}
93