Loading telephony/java/com/android/internal/telephony/TelephonyIntents.java +12 −2 Original line number Diff line number Diff line Loading @@ -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"; } Loading
telephony/java/com/android/internal/telephony/TelephonyIntents.java +12 −2 Original line number Diff line number Diff line Loading @@ -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"; }