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

Commit 8deb1d5e authored by Leon Scroggins III's avatar Leon Scroggins III Committed by Leon Scroggins
Browse files

Remove UnsupportedAppUsage from AID

Bug: 152322291
Test: make

go/nonsdk-dash-per-api shows no usage. This was likely a false positive
generated by JNI calls.

Change-Id: I87f9bd0a69c6f7561a5ce3dfe371deb774307b23
parent bb277899
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ package android.graphics.drawable;
import android.annotation.IntRange;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.res.AssetFileDescriptor;
import android.content.res.Resources;
import android.content.res.Resources.Theme;
@@ -563,7 +562,6 @@ public class AnimatedImageDrawable extends Drawable implements Animatable2 {
     *  callback, so no need to post.
     */
    @SuppressWarnings("unused")
    @UnsupportedAppUsage
    private void onAnimationEnd() {
        if (mAnimationCallbacks != null) {
            for (Animatable2.AnimationCallback callback : mAnimationCallbacks) {