标签: android animation
我知道如何在开始活动时停止动画: intent.addFlags(Intent.FLAG_ACTIVITY_NO_ANIMATION);
如何在关闭活动时停止动画? (并返回起始活动)