Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a28fa38c authored by Ye Wen's avatar Ye Wen
Browse files

Add missing mms_config key enableGroupMms to SmsManager (2/2)

b/17390011

Change-Id: Ic6da3a1a1c718c732f4b5d9e7dea858499031e6c
parent 121eaf87
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -81,6 +81,10 @@ public final class SmsManager {
     * Whether MMS is enabled for the current carrier (boolean type)
     */
    public static final String MMS_CONFIG_MMS_ENABLED = "enabledMMS";
    /**
     * Whether group MMS is enabled for the current carrier (boolean type)
     */
    public static final String MMS_CONFIG_GROUP_MMS_ENABLED = "enableGroupMms";
    /**
     * If this is enabled, M-NotifyResp.ind should be sent to the WAP Push content location
     * instead of the default MMSC (boolean type)