android - How to stop toast message when using GPS at application exit -
i followed tutorial on how detect gps location , display in toast message. problem toast message kept showing after application exited. (it running in background). have tried stop using close(), within overriden method onstop(), onresume() , onpause().
Comments
Post a Comment