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

Commit 0ecde1f5 authored by Peter Wang's avatar Peter Wang
Browse files

Fixed java doc for EuiccService#eraseSubscriptions

Bug: 143138878
Test: on device
Change-Id: I2a9ab4fe4e1c48fc7e7178b1de9b1f72b0408183
Merged-In: I2a9ab4fe4e1c48fc7e7178b1de9b1f72b0408183
parent ca01a7ee
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);