开发者

Can an event be dispatched to Activity after onDestroy?

开发者 https://www.devze.com 2023-02-05 20:43 出处:网络
Consider that activity is destroyed and onDestroy was fired. Can I be sure that no other messages will be dispat开发者_StackOverflow社区ched into this activity handlers like onKeyDown?According to the

Consider that activity is destroyed and onDestroy was fired. Can I be sure that no other messages will be dispat开发者_StackOverflow社区ched into this activity handlers like onKeyDown?


According to the docs, no.

"OnDestroy

The final call you receive before your activity is destroyed"

http://developer.android.com/reference/android/app/Activity.html

0

精彩评论

暂无评论...
验证码 换一张
取 消