From 8575e8fb24493b4e2d3ad243d1557b1bf1cd2099 Mon Sep 17 00:00:00 2001 From: biomancer Date: Wed, 1 Feb 2023 16:40:31 +0400 Subject: [PATCH] Remove static MediaButtonReceiver in AndroidManifest see https://github.com/doublesymmetry/react-native-track-player/pull/1888 --- android/src/main/AndroidManifest.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index cd444f6cc..7644c4e1c 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -8,19 +8,12 @@ - + - - - - - - -