android - receive notification when current task ends -


i'm writing android app i'd maintain current location user while app open. i'm trying figure out how know when stop listening updates locationmanager, can't seem figure out way know when current task paused.

is there easy way ontaskfinish() or ontaskpause()?

when application paused method onpause() gets called. place put it. corresponding method called when activity resumes onresume().


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -