Android 4.1: How to check notifications are disabled for the application?
问题 Android 4.1 offers the user a check box to disable notifications for a specific application. However, as a developer we have no way to know whether a call to notify was effective or not. I really need to check if the notifications are disabled for the current application but I can\'t find any setting for that in the API. Is there ever a way to check this setting in the code? 回答1: You can't 100% can't. It is asked in this Google I/O 2012 video and the Project lead for the new notifications