Limit custom alerts to notification events

This commit is contained in:
ajp_anton
2026-08-19 20:57:17 +00:00
parent e80486df65
commit de984fb36c
24 changed files with 19 additions and 325 deletions
+3 -8
View File
@@ -46,17 +46,12 @@ play to completion.
Without optional system integration, a matching profile plays alongside the
source app's normal alert. With a compatible LSPosed setup enabled, Notifications
Master can suppress a matched standard notification alert while leaving the
notification itself visible. Experimental per-app control is also available for
direct vibrations that are explicitly marked by Android as notification usage.
It deliberately does not touch media, alarms, ringtones, touch feedback, or
unknown vibration usage. Direct app-originated sounds are not intercepted: they
do not have a safe, complete Android system boundary, so their original sound
continues to play.
notification itself visible. It only evaluates actual posted or updated
notifications; standalone sounds and vibrations remain under the source app's
control.
To use the optional integration, enable Notifications Master as an LSPosed
module and give it the **Android/system server** scope, then restart Android.
Enable direct-vibration control only for apps where you want that experimental
behaviour; normal notification rules work independently of this setting.
Custom alerts respect Do Not Disturb. Android does not allow a normal app to
force direct custom sound or vibration through Do Not Disturb.