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

Commit 321fcece authored by Jeff Davidson's avatar Jeff Davidson
Browse files

Update SmsMessage.FORMAT_ Javadocs.

Change-Id: Ie8c5ed4593763d354afa49561be08e620ea95546
Fixes: 70336453
Test: None, trivial doc update
parent d2d35453
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -19,6 +19,7 @@ package android.telephony;
import static android.telephony.TelephonyManager.PHONE_TYPE_CDMA;
import static android.telephony.TelephonyManager.PHONE_TYPE_CDMA;


import android.annotation.StringDef;
import android.annotation.StringDef;
import android.app.PendingIntent;
import android.content.res.Resources;
import android.content.res.Resources;
import android.os.Binder;
import android.os.Binder;
import android.text.TextUtils;
import android.text.TextUtils;
@@ -89,11 +90,13 @@ public class SmsMessage {


    /**
    /**
     * Indicates a 3GPP format SMS message.
     * Indicates a 3GPP format SMS message.
     * @see SmsManager#injectSmsPdu(byte[], String, PendingIntent)
     */
     */
    public static final String FORMAT_3GPP = "3gpp";
    public static final String FORMAT_3GPP = "3gpp";


    /**
    /**
     * Indicates a 3GPP2 format SMS message.
     * Indicates a 3GPP2 format SMS message.
     * @see SmsManager#injectSmsPdu(byte[], String, PendingIntent)
     */
     */
    public static final String FORMAT_3GPP2 = "3gpp2";
    public static final String FORMAT_3GPP2 = "3gpp2";