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

Commit f00293f6 authored by Chris Ye's avatar Chris Ye
Browse files

Remove @UnsupportedAppUsage annotation from InputDevice constroctor

As the constuctor signature has changed, remove the @UnsupportedAppUsage
for InputDevice.

Bug: 176338712
Test: atest FrameworksCoreTests
Change-Id: I244f265fd5123471f3920b5e9ddcff54194abcb0
parent 0da9a430
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -443,7 +443,6 @@ public final class InputDevice implements Parcelable {
     * Called by native code
     * @hide
     */
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
    @VisibleForTesting
    public InputDevice(int id, int generation, int controllerNumber, String name, int vendorId,
            int productId, String descriptor, boolean isExternal, int sources, int keyboardType,