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

Commit 1bf4e92c authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Define new intent ACTION_LINE1_NUMBER_ERROR_DETECTED

Test: build
Bug: 115843312
Change-Id: Ibcc9ce533fbc6980a371eb6239a53dc9cdebb22a
parent 64da5e6e
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";
}