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

Commit 19825a1a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Clean up unused indication update mode definition in TelephonyManager" am: 6bf4f253

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1516043

Change-Id: I18f9a3501a2e2423227059d09cae008d9d77198b
parents 59d91997 6bf4f253
Loading
Loading
Loading
Loading
+0 −12
Original line number Original line Diff line number Diff line
@@ -11542,18 +11542,6 @@ public class TelephonyManager {
                com.android.internal.R.bool.config_mobile_data_capable);
                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.
     * The indication for signal strength update.
     * @hide
     * @hide