How to close an android app with a BroadcastReceiver? -
i have app broadcastreceiver
, app has quit button calls finish method , system.exit(0)
call. before broadcastreceiver
worked (terminated application) after added broadcastreceiver
sends user home screen. have unregisterreceiver()
in onpause()
, onresume()
, in quit method. tried this , no luck. can tell me how terminate application?
Comments
Post a Comment