Merge "Fixed java doc for EuiccService#eraseSubscriptions"
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user