Recent content by alaabarazi

  1. A

    Help: mobile set on don't disturb

    Thanks it is working now
  2. A

    Help: mobile set on don't disturb

    Thanks! So I should remove \w+
  3. A

    Help: mobile set on don't disturb

    Thanks! Do you know why this is not working \b(call|calling|incoming)\w+\b
  4. A

    Help: mobile set on don't disturb

    Thanks I tried this \b(call|calling|incoming)\w+\b but it didn't work
  5. A

    Help: mobile set on don't disturb

    Thank you! Could you give example. For example if call notification contain either call or calling word. What should I type for matching ?
  6. A

    Help: mobile set on don't disturb

    How to add regex to check if notification includ call or calling or ...etc?
  7. A

    Help: mobile set on don't disturb

    Thank you! I meant any messages from signal, telegram etc And this should not work when I receive calls from these apps.
  8. A

    Help: mobile set on don't disturb

    Hi, I want the mobile to set on don't disturb if I receive 2 messages from the Same application in one minute. But it should not change status if I received call. How to do it? Thanks!
Top