1package: "com.android.internal.telephony.flags"
2container: "system"
3
4# OWNER=jayachandranc TARGET=24Q3
5flag {
6    name: "esim_bootstrap_provisioning_flag"
7    namespace: "telephony"
8    description: "This flag controls eSIM Bootstrap provisioning feature support."
9    bug:"298567545"
10}
11
12# OWNER=arunvoddu TARGET=24Q3
13flag {
14    name: "imsi_key_retry_download_on_phone_unlock"
15    namespace: "telephony"
16    description: "This flag controls to download the IMSI encryption keys after user unlocks the phone."
17    bug:"303780982"
18}
19
20# OWNER=arunvoddu TARGET=24Q4
21flag {
22    name: "carrier_restriction_status"
23    is_exported: true
24    namespace: "telephony"
25    description: "This flag controls the visibility of the getCarrierRestrictionStatus in carrierRestrictionRules class."
26    bug:"313553044"
27}
28
29# OWNER=arunvoddu TARGET=24Q3
30flag {
31    name: "carrier_restriction_rules_enhancement"
32    namespace: "telephony"
33    description: "This flag controls the new enhancements to the existing carrier restrictions rules"
34    bug:"317226653"
35}
36
37# OWNER=rafahs TARGET=24Q3
38flag {
39    name: "esim_available_memory"
40    is_exported: true
41    namespace: "telephony"
42    description: "This flag controls eSIM available memory feature."
43    bug:"318348580"
44}
45
46# OWNER=rambowang TARGET=24Q3
47flag {
48    name: "cleanup_open_logical_channel_record_on_dispose"
49    namespace: "telephony"
50    description: "This flag cleans up the OpenLogicalChannelRecord once SIM is removed"
51    bug:"335046531"
52}
53
54# OWNER=arunvoddu TARGET=24Q4
55flag {
56    name: "set_carrier_restriction_status"
57    namespace: "telephony"
58    description: "This flag controls the visibility of the setCarrierRestrictionStatus API in carrierRestrictionRules class."
59    bug:"342411308"
60}
61