SignalStrengthUpdateRequest#getLiveToken should not be in current.txt

A missing asterisk in the javadoc causes the hidden API leak into current.txt

Bug: 180395362
Test: make update-api && make; // and double check manually
Change-Id: If86208136fb7402b132c62fa2caad4df3366e8d9
This commit is contained in:
Rambo Wang
2021-02-24 10:28:57 -08:00
parent de246e1658
commit 6dd150461b
2 changed files with 1 additions and 2 deletions

View File

@@ -40910,7 +40910,6 @@ package android.telephony {
public final class SignalStrengthUpdateRequest implements android.os.Parcelable {
method public int describeContents();
method @NonNull public android.os.IBinder getLiveToken();
method @NonNull public java.util.Collection<android.telephony.SignalThresholdInfo> getSignalThresholdInfos();
method public boolean isReportingRequestedWhileIdle();
method public void writeToParcel(@NonNull android.os.Parcel, int);

View File

@@ -187,7 +187,7 @@ public final class SignalStrengthUpdateRequest implements Parcelable {
return mIsSystemThresholdReportingRequestedWhileIdle;
}
/*
/**
* @return the live token of the request
*
* @hide