diff options
| author | Chris Ye <lzye@google.com> | 2021-02-01 22:29:33 +0000 |
|---|---|---|
| committer | Chris Ye <lzye@google.com> | 2021-02-01 22:29:33 +0000 |
| commit | f00293f68eaf44fe9326c0b541f309d7117f4dc5 (patch) | |
| tree | a2a03381b9b2c2de7d58c26323a0f70ba1d9041a /core/java/android/view/InputDevice.java | |
| parent | 0da9a43002ec27d502e961db2c2d156fd1e38a79 (diff) | |
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
Diffstat (limited to 'core/java/android/view/InputDevice.java')
| -rw-r--r-- | core/java/android/view/InputDevice.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/view/InputDevice.java b/core/java/android/view/InputDevice.java index f4b90e1f7b44..8d30ffd08239 100644 --- a/core/java/android/view/InputDevice.java +++ b/core/java/android/view/InputDevice.java @@ -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, |
