Fix java doc for eraseSubscriptionsWithOptions

Bug: 143138878
Test: on device
Change-Id: I7fe32bb1e09ea37a8c8a91fb7d7e820491c71803
This commit is contained in:
Peter Wang
2019-10-23 11:14:46 -07:00
parent 2f5062a19b
commit 406cee2b72

View File

@@ -830,7 +830,7 @@ public class EuiccManager {
* @param callbackIntent a PendingIntent to launch when the operation completes.
*
* @deprecated From R, callers should specify a flag for specific set of subscriptions to erase
* and use @link{eraseSubscriptionsWithOptions} instead
* and use {@link #eraseSubscriptionsWithOptions(int, PendingIntent)} instead
*
* @hide
*/