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

Commit c2017572 authored by Jiju Kinattingal's avatar Jiju Kinattingal Committed by Steve Kondik
Browse files

Telephony(DSDS): MMS Auto Download.

Add MMS_TRANSACTION property which enables silent or prompt
modes to download MMS on non-DDS sub.

Change-Id: I52fe5c095e0d69c2e0d4a7fd5bfeb77bf3289380
parent c907d581
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -228,4 +228,10 @@ public interface TelephonyProperties
     * Property to store default subscription.
     */
    static final String PROPERTY_DEFAULT_SUBSCRIPTION = "persist.default.subscription";

    /**
     * Property to enable MMS Mode.
     * Type: string ( default = silent, enable to = prompt )
     */
    static final String PROPERTY_MMS_TRANSACTION = "mms.transaction";
}