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
Post a Comment