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

Commit 4e4fec1b authored by Etan Cohen's avatar Etan Cohen Committed by Android (Google) Code Review
Browse files

Merge "Fix documentation - non-public API."

parents 49314cea 237a5976
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -121,9 +121,6 @@ public final class BluetoothAdapter {
     * {@link #STATE_TURNING_ON},
     * {@link #STATE_ON},
     * {@link #STATE_TURNING_OFF},
     * {@link #STATE_BLE_TURNING_ON},
     * {@link #STATE_BLE_ON},
     * {@link #STATE_BLE_TURNING_OFF},
     */
    public static final String EXTRA_STATE =
            "android.bluetooth.adapter.extra.STATE";
+1 −1
Original line number Diff line number Diff line
@@ -370,7 +370,7 @@ public abstract class InCallService extends Service {
        public abstract void registerCallback(VideoCall.Callback callback);

        /**
         * Clears the video call listener set via {@link #setVideoCallListener(Listener)}.
         * Clears the video call listener set via {@link #registerCallback(callback)}.
         */
        public abstract void unregisterCallback();