abertschi / ad-free

A modularized audio ad blocker for Android
https://abertschi.ch/blog/2022/building-adfree/
Apache License 2.0
272 stars 19 forks source link

Notification Support in Android 13 #95

Open abertschi opened 7 months ago

abertschi commented 7 months ago

Check in simulator if new restrictions were introduced in Android 13

another thing, it doesn't show a notification even if 'always-on notification is enabled'. the app does work, as tapping the music note on the second screen mutes audio, and fires the 'ad detected' notification. the device now runs Android 13, so i had to enable permissions (allow 'restricted settings'), so i could fully grant them to the app.

https://github.com/abertschi/ad-free/issues/93