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

Commit 03057588 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove SystemApi annotation from EuiccManager.getOtaStatus()"

parents 482907c1 15bf538c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -251,8 +251,8 @@ public class EuiccManager {
     *
     * @return the status of eUICC OTA. If {@link #isEnabled()} is false or the eUICC is not ready,
     *     {@link OtaStatus#EUICC_OTA_STATUS_UNAVAILABLE} will be returned.
     * TODO(b/35851809): Make this a SystemApi.
     */
    @SystemApi
    public int getOtaStatus() {
        if (!isEnabled()) {
            return EUICC_OTA_STATUS_UNAVAILABLE;