From e5ad598d1143ecc86b4d66f70ca098df068031a9 Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Fri, 17 Aug 2018 15:07:52 +0100 Subject: Add @UnsupportedAppUsage annotations For packages: android.view.textservice android.view.textclassifier.logging android.view.textclassifier android.view.inputmethod android.view.autofill android.view.accessibility android.view This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: Ie4663ebd4640b2893e575e599582d2c9530da313 Merged-In: I4147b038ed7adf0311ee9918b44766f82a057eaf --- core/java/android/view/RemoteAnimationAdapter.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/java/android/view/RemoteAnimationAdapter.java') diff --git a/core/java/android/view/RemoteAnimationAdapter.java b/core/java/android/view/RemoteAnimationAdapter.java index a864e550c256..3c9ce788b706 100644 --- a/core/java/android/view/RemoteAnimationAdapter.java +++ b/core/java/android/view/RemoteAnimationAdapter.java @@ -16,6 +16,7 @@ package android.view; +import android.annotation.UnsupportedAppUsage; import android.app.ActivityOptions; import android.os.IBinder; import android.os.Parcel; @@ -61,6 +62,7 @@ public class RemoteAnimationAdapter implements Parcelable { * @param statusBarTransitionDelay The desired delay for all visual animations in the * status bar caused by this app animation in millis. */ + @UnsupportedAppUsage public RemoteAnimationAdapter(IRemoteAnimationRunner runner, long duration, long statusBarTransitionDelay) { mRunner = runner; -- cgit v1.2.3