How to know if Show Notification is disabled for my app?

Devansh Gupta

Is there any way to track whether the user has "Show notifications" disabled/unchecked in the Settings/App Info page of my app?

josedlujan

Simple: You cant. In Google I/O 2012 answered: https://www.youtube.com/watch?v=Yc8YrVc47TI&feature=player_detailpage#t=1682s

update:

you can check if the user can see the notification in the status bar i.e. able TO CHECK (in the code) IF THE NOTIFICATION IS VISIBLE TO THE USER where android version >= 4.3.

http://developer.android.com/reference/android/service/notification/NotificationListenerService.html#getActiveNotifications%28%29

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to know if Show Notification is disabled for my app?

From Dev

How to check if my app is allowed to show notification

From Dev

How to show my app in Notification Access

From Dev

How do I know if cellular access for my iOS app is disabled?

From Dev

Need to know when my app send a notification

From Dev

Know when user "reads" a push notification from my app?

From Dev

Getting a notification message to show my app in foreground if in background Android Xamarin

From Dev

How to open a link from a notification to my app?

From Dev

How do I know when the user dismisses my notification on the watch?

From Dev

How to Know whether Push Notification Delivered or not to an iOS app using Pushsharp?

From Dev

How can I know the application state of an Android App to display or not a notification?

From Dev

IOS 7 determine if "Show in Notification Center" is disabled

From Dev

How to know the number of beta users of my app?

From Dev

How to know my android app is running in the receiver?

From Dev

How to show a notification everyday at a certain time even when the app is closed?

From Dev

How to show notification count on app icon like Facebook?

From Dev

How To play radio app in background and show Widget on notification bar?

From Dev

How to show FCM notification only when user closes the app in Android?

From Dev

How does my website know to connect with my Node app?

From Dev

How do i know if in app purchase works in my app?

From Dev

Enabling my disabled app programmatically

From Dev

Know if my app is uninstalled

From Dev

Know if my app is uninstalled

From Dev

How iCloud sends a notification to my app when listening NSPersistentStoreDidImportUbiquitousContentChangesNotification

From Dev

What is this notification bar called and how can I add it into my app?

From Dev

How to enable/disable push notification from my app

From Dev

How to Remove Push Notification from my iOS App?

From Dev

How can I add my app shortcut to notification panel

From Dev

How do I get my app to send a notification when it is closed?

Related Related

  1. 1

    How to know if Show Notification is disabled for my app?

  2. 2

    How to check if my app is allowed to show notification

  3. 3

    How to show my app in Notification Access

  4. 4

    How do I know if cellular access for my iOS app is disabled?

  5. 5

    Need to know when my app send a notification

  6. 6

    Know when user "reads" a push notification from my app?

  7. 7

    Getting a notification message to show my app in foreground if in background Android Xamarin

  8. 8

    How to open a link from a notification to my app?

  9. 9

    How do I know when the user dismisses my notification on the watch?

  10. 10

    How to Know whether Push Notification Delivered or not to an iOS app using Pushsharp?

  11. 11

    How can I know the application state of an Android App to display or not a notification?

  12. 12

    IOS 7 determine if "Show in Notification Center" is disabled

  13. 13

    How to know the number of beta users of my app?

  14. 14

    How to know my android app is running in the receiver?

  15. 15

    How to show a notification everyday at a certain time even when the app is closed?

  16. 16

    How to show notification count on app icon like Facebook?

  17. 17

    How To play radio app in background and show Widget on notification bar?

  18. 18

    How to show FCM notification only when user closes the app in Android?

  19. 19

    How does my website know to connect with my Node app?

  20. 20

    How do i know if in app purchase works in my app?

  21. 21

    Enabling my disabled app programmatically

  22. 22

    Know if my app is uninstalled

  23. 23

    Know if my app is uninstalled

  24. 24

    How iCloud sends a notification to my app when listening NSPersistentStoreDidImportUbiquitousContentChangesNotification

  25. 25

    What is this notification bar called and how can I add it into my app?

  26. 26

    How to enable/disable push notification from my app

  27. 27

    How to Remove Push Notification from my iOS App?

  28. 28

    How can I add my app shortcut to notification panel

  29. 29

    How do I get my app to send a notification when it is closed?

HotTag

Archive