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

Commit 86eaa4b9 authored by shreerag's avatar shreerag
Browse files

Removing @TestApi from inputdevice enable/disable to fix build

Change-Id: I4f4602aeb6eb5280b70d56645122bb9fc1fab69c
parent 6e1601f1
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);
    }