Forum Discussion
wilkinson4
5 months agoLevel 1.5: Cupcake
Android Management API Disable Notifications for the Messages App
Hello, We have a custom mobile device management solution that we built to manage android tablets that get sent out to patients with our private application pre-installed. Currently we disable th...
- 5 months ago
I haven't tested it with SMS explicitly, but you can deny notification permissions at runtime from android 13, which would keep them out of the notification area.
You could also disable SMS if it's unnecessary, for example if the SIM is for data and no one should be messaging with it
jasonbayton
5 months agoLevel 4.0: Ice Cream Sandwich
I haven't tested it with SMS explicitly, but you can deny notification permissions at runtime from android 13, which would keep them out of the notification area.
You could also disable SMS if it's unnecessary, for example if the SIM is for data and no one should be messaging with it