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

Commit 8f6945f4 authored by Peter Wang's avatar Peter Wang Committed by android-build-merger
Browse files

Merge "Fixed java doc for EuiccService#eraseSubscriptions" am: 10d6f20b

am: 4dd1013a

Change-Id: Idbdcc5b47bddaa577113843c4fde7f0115428935
parents 20c9b8e5 4dd1013a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -516,7 +516,7 @@ public abstract class EuiccService extends Service {
     * @see android.telephony.euicc.EuiccManager#eraseSubscriptions
     *
     * @deprecated From R, callers should specify a flag for specific set of subscriptions to erase
     * and use @link{onEraseSubscriptionsWithOptions} instead
     * and use {@link #onEraseSubscriptionsWithOptions(int, int)} instead
     */
    @Deprecated
    public abstract int onEraseSubscriptions(int slotId);