Android Removing Proximity Alert
i am working on app which deals with proximity alerts. I can add proximity alert but I can not remove these proximity alerts. I have tried my code both on phone and virtual device
Solution 1:
Solved it! The problem is that the actions I was sending to intent objects on addProximityAlert()
and removeProximityAlert()
wasn't matching. Now I can remove proximity alerts after correcting my mistake.
Solution 2:
Which is the value of REMOVE_PROXIMITY?
Post a Comment for "Android Removing Proximity Alert"