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

Commit 1f343b47 authored by Shai Barack's avatar Shai Barack
Browse files

Fix addFrozenStateChangeCallback javadoc formatting

This currently renders wrong here:
https://developer.android.com/reference/android/os/IBinder#addFrozenStateChangeCallback(java.util.concurrent.Executor,%20android.os.IBinder.FrozenStateChangeCallback)

Change-Id: I73894845e8590f5cfad90172015b1d21de027ce2
Flag: android.os.binder_frozen_state_change_callback
parent c57d5aa8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -451,7 +451,7 @@ public interface IBinder {
     * @param executor The executor on which to run the callback.
     * @param callback The callback used to deliver state change notifications.
     *
     * <p>@throws {@link UnsupportedOperationException} if the kernel binder driver does not support
     * @throws {@link UnsupportedOperationException} if the kernel binder driver does not support
     * this feature.
     */
    @FlaggedApi(Flags.FLAG_BINDER_FROZEN_STATE_CHANGE_CALLBACK)