• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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=jmattis TARGET=25Q2
50flag {
51  name: "subscription_plan_allow_status_and_end_date"
52  namespace: "telephony"
53  description: "Provide APIs to retrieve the status and recurrence rule info on a subscription plan"
54  bug: "357272015"
55  is_exported: true
56}
57