[Solved] Disable notifications from other apps [closed]


You can’t, unless you have root or your code runs with system/phone app process id. The app you linked to in your question requires root.

In case you have root and are not afraid to use reflection to access hidden methods, you can examine how App Settings enables/disables notifications for a package.

solved Disable notifications from other apps [closed]