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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -