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

Commit 6c77262b authored by Jayachandran C's avatar Jayachandran C Committed by Jayachandran Chinnakkannu
Browse files

Remove intent ACTION_REPORT_RADIO_BUG and use AnomalyReporter API

instead

Bug: 148306558
Test: Basic telephony
Change-Id: I1e66597d9cdc847a9adb02b6f97e9e9b5795adf2
parent f85c92f4
Loading
Loading
Loading
Loading
+0 −14
Original line number Original line Diff line number Diff line
@@ -315,18 +315,4 @@ public class TelephonyIntents {
     */
     */
    public static final String ACTION_LINE1_NUMBER_ERROR_DETECTED =
    public static final String ACTION_LINE1_NUMBER_ERROR_DETECTED =
            "com.android.internal.telephony.ACTION_LINE1_NUMBER_ERROR_DETECTED";
            "com.android.internal.telephony.ACTION_LINE1_NUMBER_ERROR_DETECTED";

    /**
     * Broadcast action to notify radio bug.
     *
     * Requires the READ_PRIVILEGED_PHONE_STATE permission.
     *
     * @hide
     */
    public static final String ACTION_REPORT_RADIO_BUG =
            "com.android.internal.telephony.ACTION_REPORT_RADIO_BUG";

    // ACTION_REPORT_RADIO_BUG extra keys
    public static final String EXTRA_SLOT_ID = "slotId";
    public static final String EXTRA_RADIO_BUG_TYPE = "radioBugType";
}
}