summaryrefslogtreecommitdiff
path: root/flags/uicc.aconfig
blob: 8561dacb20f1c411e19ea7a7ff9745217bd2610a (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
package: "com.android.internal.telephony.flags"
container: "system"

# OWNER=jayachandranc TARGET=24Q3
flag {
    name: "esim_bootstrap_provisioning_flag"
    namespace: "telephony"
    description: "This flag controls eSIM Bootstrap provisioning feature support."
    bug:"298567545"
}

# OWNER=arunvoddu TARGET=24Q3
flag {
    name: "imsi_key_retry_download_on_phone_unlock"
    namespace: "telephony"
    description: "This flag controls to download the IMSI encryption keys after user unlocks the phone."
    bug:"303780982"
}

# OWNER=arunvoddu TARGET=24Q4
flag {
    name: "carrier_restriction_status"
    is_exported: true
    namespace: "telephony"
    description: "This flag controls the visibility of the getCarrierRestrictionStatus in carrierRestrictionRules class."
    bug:"313553044"
}

# OWNER=arunvoddu TARGET=24Q3
flag {
    name: "carrier_restriction_rules_enhancement"
    namespace: "telephony"
    description: "This flag controls the new enhancements to the existing carrier restrictions rules"
    bug:"317226653"
}

# OWNER=rafahs TARGET=24Q3
flag {
    name: "esim_available_memory"
    is_exported: true
    namespace: "telephony"
    description: "This flag controls eSIM available memory feature."
    bug:"318348580"
}

# OWNER=arunvoddu TARGET=24Q4
flag {
    name: "set_carrier_restriction_status"
    namespace: "telephony"
    description: "This flag controls the visibility of the setCarrierRestrictionStatus API in carrierRestrictionRules class."
    bug:"342411308"
    is_exported: true
}

# OWNER=arunvoddu TARGET=24Q4
flag {
    name: "uicc_app_count_check_to_create_channel"
    namespace: "telephony"
    description: "This flag controls to create the open channel when uicc application count is greater than 0."
    bug:"349966950"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=mewan TARGET=24Q4
flag {
    name: "optimization_apdu_sender"
    namespace: "telephony"
    description: "This flag controls optimization of apdu sender class."
    bug:"335257880"
}

# OWNER=arunvoddu TARGET=24Q4
flag {
    name: "ignore_carrierid_reset_for_sim_removal"
    namespace: "telephony"
    description: "This flag controls the carrierId reset while imsi key deletion time upon sim ejection."
    bug:"366178705"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=jhyoon TARGET=25Q2
flag {
    name: "support_isim_record"
    namespace: "telephony"
    description: "This flag controls the type of API that retrieves ISIM records, either hidden or system type."
    bug:"359721349"
    is_exported: true
}

# OWNER=jinjeong TARGET=25Q2
flag {
    name: "carrier_id_from_carrier_identifier"
    namespace: "telephony"
    description: "This flag controls to get a carrier id using a carrier identifier."
    bug:"378778278"
    is_exported: true
}

# OWNER=arunvoddu TARGET=25Q2
flag {
    name: "force_imsi_certificate_delete"
    namespace: "telephony"
    description: "This flag controls the IMSI certificate delete with out any condition."
    bug:"235296888"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=jinjeong TARGET=25Q2
flag {
    name: "get_group_id_level2"
    namespace: "telephony"
    description: "This flag controls to get a group id level2."
    bug:"381171540"
}

# OWNER=jinjeong TARGET=25Q2
flag {
    name: "action_sim_preference_settings"
    namespace: "telephony"
    description: "This flag controls to launch sim preference page in Setting"
    bug:"381319469"
}