In my application, I create a surfaceview which runs my game loop.
I want to exit the game without push the back button, but use a
button.
I tried to call the activity's finish() method, and the application
exit, but I always get a message "Activity ***(in application ****) is
not reponding". But when I use the back button to exit(call the
finish() too), it won't show this message.
And I tried use Process.kill(myid) to kill the task, I also get this
error message when I exit the application from the surfaceview.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to