summaryrefslogtreecommitdiff
path: root/flags/messaging.aconfig
blob: 905dc946f63afab5da37b854c030bcf9a24ed85f (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
package: "com.android.internal.telephony.flags"
container: "system"

# OWNER=hwangoo TARGET=24Q2
flag {
  name: "sms_domain_selection_enabled"
  namespace: "telephony"
  description: "This flag controls AP domain selection support for normal/emergency SMS."
  bug: "262804071"
}

# OWNER=tnd TARGET=24Q3
flag {
  name: "mms_disabled_error"
  is_exported: true
  namespace: "telephony"
  description: "This flag controls the support of the new MMS error code MMS_ERROR_MMS_DISABLED."
  bug: "305062594"
}

# OWNER=linggm TARGET=24Q4
flag {
  name: "mms_get_apn_from_pdsc"
  namespace: "telephony"
  description: "This flag controls get APN details from PDSC instead of telephony provider."
  bug: "324280016"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

# OWNER=stevestatia TARGET=24Q3
flag {
    name: "unregister_sms_broadcast_receiver_from_cat_service"
    namespace: "telephony"
    description: "This flag will unregister the sms broadcast receiver in the CatService when the process is disposed."
    bug: "338936403"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=nykkumar TARGET=25Q2
flag {
  name: "sms_mms_deliver_broadcasts_redirect_to_main_user"
  namespace: "telephony"
  description: "This flag controls the redirection of SMS_DELIVER AND WAP_PUSH_DELIVER broadcasts to the MAIN user."
  bug: "314321617"
}