android - getting notification when contactslist changed -


i'm working on program needs notification contactslist. know contentobserver. issue need observer work when app isn't running in front or background.

any suggestions appreciated,

create service, , have contentobserver run in service.

in fact, that's general answer "i need x when not running"- in service.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -