From e7a17e87ae40351ab7b896de9c5fac31a07f8788 Mon Sep 17 00:00:00 2001 From: Synced Synapse Date: Sat, 29 Jun 2019 13:23:00 +0100 Subject: [PATCH] Fix force close caused by migration to Android 9 Android 9 requires that apps that launch foreground services request that permission, as detailed in https://developer.android.com/about/versions/pie/android-9.0-migration#tya --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index fdada6e..f6c041a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,6 +8,7 @@ +