Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6dd15046 authored by Rambo Wang's avatar Rambo Wang
Browse files

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
parent de246e16
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ public final class SignalStrengthUpdateRequest implements Parcelable {
        return mIsSystemThresholdReportingRequestedWhileIdle;
    }

    /*
    /**
     * @return the live token of the request
     *
     * @hide