Fixed java doc for EuiccService#eraseSubscriptions

Bug: 143138878
Test: on device
Change-Id: I2a9ab4fe4e1c48fc7e7178b1de9b1f72b0408183
This commit is contained in:
Peter Wang
2019-10-22 11:36:42 -07:00
parent 20bce169a5
commit fac73bd00b

View File

@@ -516,7 +516,7 @@ public abstract class EuiccService extends Service {
* @see android.telephony.euicc.EuiccManager#eraseSubscriptions * @see android.telephony.euicc.EuiccManager#eraseSubscriptions
* *
* @deprecated From R, callers should specify a flag for specific set of subscriptions to erase * @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 @Deprecated
public abstract int onEraseSubscriptions(int slotId); public abstract int onEraseSubscriptions(int slotId);