blob: ea12ce8d387289da9b44653be4633d244298f049 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
package: "com.android.internal.telephony.flags"
container: "system"
# OWNER=linggm TARGET=24Q3
flag {
name: "work_profile_api_split"
is_exported: true
namespace: "telephony"
description: "To support separation between personal and work from TelephonyManager and SubscriptionManager API perspective."
bug: "296076674"
}
# OWNER=linggm TARGET=24Q3
flag {
name: "enforce_subscription_user_filter"
is_exported: true
namespace: "telephony"
description: "Enabled flag means subscriptions enforce filtering result base on calling user handle. It marks the telephony completion of user filtering."
bug: "296076674"
}
# OWNER=rambowang TARGET=24Q3
flag {
name: "data_only_cellular_service"
is_exported: true
namespace: "telephony"
description: "Supports customized cellular service capabilities per subscription."
bug: "296097429"
}
# OWNER=hhshin TARGET=24Q3
flag {
name: "support_psim_to_esim_conversion"
is_exported: true
namespace: "telephony"
description: "Support the psim to esim conversion."
bug: "315073761"
}
# OWNER=bookatz TARGET=24Q3
flag {
name: "subscription_user_association_query"
is_exported: true
namespace: "telephony"
description: "Supports querying if a subscription is associated with the caller"
bug: "325045841"
}
# OWNER=jmattis TARGET=25Q2
flag {
name: "subscription_plan_allow_status_and_end_date"
namespace: "telephony"
description: "Provide APIs to retrieve the status and recurrence rule info on a subscription plan"
bug: "357272015"
is_exported: true
}
|