Merge "Fix java doc for eraseSubscriptionsWithOptions" am: 8db38c9ef6

am: aeeff0287c

Change-Id: I1bb12eaca6f0efffd728be1d7e9c6d3d2fa9efa8
This commit is contained in:
Peter Wang
2019-10-28 16:05:52 -07:00
committed by android-build-merger

View File

@@ -830,7 +830,7 @@ public class EuiccManager {
* @param callbackIntent a PendingIntent to launch when the operation completes. * @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 * @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 * @hide
*/ */