程式筆記
2015年1月27日 星期二
Android Activity has leaked IntentReceiver that was originally registered here. Are you missing a call to unregisterReceiver()?
參考網址:
http://stackoverflow.com/questions/14357566/activity-has-leaked-intentreceiver-that-was-originally-registered-here-are-you
@Override
protected
void
onPause
()
{
super
.
onPause
();
unregisterReceiver
(
yourReceiver
);
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言