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

Commit b608ad49 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Define new intent ACTION_LINE1_NUMBER_ERROR_DETECTED"

parents f23bacec 1bf4e92c
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -491,4 +491,14 @@ public class TelephonyIntents {
     */
    public static final String ACTION_CARRIER_CERTIFICATE_DOWNLOAD =
            "com.android.internal.telephony.ACTION_CARRIER_CERTIFICATE_DOWNLOAD";

    /**
     * Broadcast action to indicate an error related to Line1Number has been detected.
     *
     * Requires the READ_PRIVILEGED_PHONE_STATE permission.
     *
     * @hide
     */
    public static final String ACTION_LINE1_NUMBER_ERROR_DETECTED =
            "com.android.internal.telephony.ACTION_LINE1_NUMBER_ERROR_DETECTED";
}