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

Commit 24ac939d authored by Shreerag Jayakrishnan's avatar Shreerag Jayakrishnan Committed by Android (Google) Code Review
Browse files

Merge "Removing @TestApi from inputdevice enable/disable to fix build" into oc-wear-dev

parents a11dcb5d 86eaa4b9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -785,7 +785,6 @@ public final class InputDevice implements Parcelable {
     * @hide
     */
    @RequiresPermission(android.Manifest.permission.DISABLE_INPUT_DEVICE)
    @TestApi
    public void enable() {
        InputManager.getInstance().enableInputDevice(mId);
    }
@@ -796,7 +795,6 @@ public final class InputDevice implements Parcelable {
     * @hide
     */
    @RequiresPermission(android.Manifest.permission.DISABLE_INPUT_DEVICE)
    @TestApi
    public void disable() {
        InputManager.getInstance().disableInputDevice(mId);
    }