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

Commit c75ef669 authored by Chris Ye's avatar Chris Ye Committed by Automerger Merge Worker
Browse files

Merge "Remove @UnsupportedAppUsage annotation from InputDevice constroctor"...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13457470

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia2725497b6abba93ae903594033ea7621ba22925
parents beab76d8 a539c9da
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,