Currently when you activate nearby message api from your app, you will receive notification on the status bar, and there's a button "stop" and "setting", and if you explicitly click "stop" nearby messages will stop, my question is how to receive that stop action under my app perhaps using broadcast receiver, but i don't know what action should i put on intent filter ?
Second, i noticed that even though i disconnected googleApiClient on my "onStop" nearby is still active, is that really how it works ?