Merge "Make IRemoteAnimationFinishedCallback oneway"

This commit is contained in:
Lucas Dupin
2022-02-08 17:13:32 +00:00
committed by Android (Google) Code Review

View File

@@ -22,7 +22,7 @@ package android.view;
* @see IRemoteAnimationRunner
* {@hide}
*/
interface IRemoteAnimationFinishedCallback {
oneway interface IRemoteAnimationFinishedCallback {
@UnsupportedAppUsage
void onAnimationFinished();
}