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:
@@ -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);
|
||||
|
||||
@@ -187,7 +187,7 @@ public final class SignalStrengthUpdateRequest implements Parcelable {
|
||||
return mIsSystemThresholdReportingRequestedWhileIdle;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* @return the live token of the request
|
||||
*
|
||||
* @hide
|
||||
|
||||
Reference in New Issue
Block a user