Permission changed callback in Android 6.0
问题 I wonder if there is some way to being notified when user changes permission in app settings on Android 6.0. I was looking for this answer with no luck. Do you know if it is possible with broadcast receiver and some specific Intent? Or maybe there is some hack to achieve this? 回答1: according to this answer, there is no any broadcast/event that you can intercept when permission revoked from the settings screen by the user. but the "good" news, in assumption that it's your concern - your