From 588b6e9abdb7d8ce638b458ae0f82a3383e04992 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Thu, 18 Jan 2024 19:27:28 -0700 Subject: [PATCH] info: explicitly declare notification perm Some OEMs might be looking for this before approving even media or foreground service notifications. --- README.md | 1 + app/src/main/AndroidManifest.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index be40f6388..3a805e5b7 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ precise/original dates, sort tags, and more - Storage (`READ_MEDIA_AUDIO`, `READ_EXTERNAL_STORAGE`) to read and play your music files - Services (`FOREGROUND_SERVICE`, `WAKE_LOCK`) to keep the music playing in the background +- Notifcations (`POST_NOTIFICATION`) to indicate ongoing playback and music loading ## Donate diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ba4b27028..f7fa7b198 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -9,6 +9,7 @@ +