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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

ruby - unknown property method: 'wait' on EC2 windows server Instance -