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

Commit a539c9da authored by Chris Ye's avatar Chris Ye Committed by Android (Google) Code Review
Browse files

Merge "Remove @UnsupportedAppUsage annotation from InputDevice constroctor" into sc-dev

parents 1c312ceb f00293f6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -455,7 +455,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,