Page 1 of 1

Notification control

Posted: 24 Sep 2019 07:42
by Lucy
Is there a way for me to grab all notification settings and store them and then further more disable all notifications from settings then when reinabled to have it reapply the settings for individual apps that we stored earlier?

Re: Notification control

Posted: 24 Sep 2019 11:58
by Rafi4
Hi Lucy
Use action "Set Disabled Keyguard Features" to Disable Widgets, Camera, Notifications, Unredacted notifications, Trust agents, Fingerprint sensor. Select which you want.

from record4

Re: Notification control

Posted: 26 Sep 2019 01:01
by Lucy
If i was to do that option.. when re enabled would my notifications have the same preference on selected apps? Because i donot allow all notifications and have different sounds for different apps!?

Re: Notification control

Posted: 27 Sep 2019 18:16
by Desmanto
I still believe it can be done by storing the xml file correspond to the notification setting, which is usually stored at /data/system/ (require root to access it). I would like to do the same, but with data usage. So I can control the "firewall" rules for each app and can restore it as I want. I have found the file, but when I save or restore it, the new restored file doesn't reflected by the system. Maybe someone know the dumpsys command to do that.

Re: Notification control

Posted: 27 Sep 2019 21:19
by Lucy
Yeah i figured root would stop me soon enough. Do you know where i could find reliable information for root8ng a Samsung Galaxy s7?

Re: Notification control

Posted: 28 Sep 2019 19:07
by Desmanto
Of course it is all available in xda : https://forum.xda-developers.com/galaxy-s7
However there are a lot of S7 variant, you should read and ask which method is the correct one. As usual, continue with your own risk.

I found the root command dumpsys notification, there are a bunch of info. And there maybe some extra command that we can use to extract out the notification setting.