Android GPS app not closing connection
Posted
by tadywankenobi
on Stack Overflow
See other posts from Stack Overflow
or by tadywankenobi
Published on 2010-06-05T12:57:35Z
Indexed on
2010/06/05
13:02 UTC
Read the original article
Hit count: 157
Hi there,
Fairly new to Android, so just trying to work out:
I have a simple Maps app that plots a couple of locations. It's a demo for a potentially bigger app later. The one thing I would like to do is make it exit correctly. I want to assume that when a user hits the "Home" or "Back" button on the phone, that they have exited the app. I want when this has happened for the GPS process to shut down. I can't seem to find any examples of how to do this correctly. I have an onDestroy() subclass with a super.onDestroy() method but this doesn't seem to cut it. I've tested on my phone and while everything else seems to work fine, this is bugging me. I keep seeing the GPS icon in the notifications bar. To give you an example, this doesn't happen when you leave GoogleMaps.
Anyone any ideas or know what I'm missing?
T
© Stack Overflow or respective owner