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

Commit ee9fb36f authored by Rambo Wang's avatar Rambo Wang Committed by Android (Google) Code Review
Browse files

Merge "Clean up unused indication update mode definition in TelephonyManager"

parents fcdc5c4c 4bb237e4
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -11693,18 +11693,6 @@ public class TelephonyManager {
                com.android.internal.R.bool.config_mobile_data_capable);
    }
    /**
     * In this mode, modem will not send specified indications when screen is off.
     * @hide
     */
    public static final int INDICATION_UPDATE_MODE_NORMAL                   = 1;
    /**
     * In this mode, modem will still send specified indications when screen is off.
     * @hide
     */
    public static final int INDICATION_UPDATE_MODE_IGNORE_SCREEN_OFF        = 2;
    /**
     * The indication for signal strength update.
     * @hide