From 7b33186b633cd365d03e1b59c868dcdcda2e75ea Mon Sep 17 00:00:00 2001
From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com>
Date: Thu, 29 Feb 2024 10:16:09 +0100
Subject: [PATCH] docs(README): do not use tools:node
---
README.md | 6 +++---
example/android/app/src/main/AndroidManifest.xml | 7 +++----
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index f05f593..c360dd5 100644
--- a/README.md
+++ b/README.md
@@ -79,9 +79,9 @@ In your `AndroidManifest.xml` file, add the following lines in the `
+ android:name="androidx.work.impl.foreground.SystemForegroundService"
+ android:exported="false"
+ android:foregroundServiceType="dataSync" />
```
#### Notifications
diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml
index f9016a2..4980059 100644
--- a/example/android/app/src/main/AndroidManifest.xml
+++ b/example/android/app/src/main/AndroidManifest.xml
@@ -1,5 +1,4 @@
-
+
+ android:exported="false"
+ android:foregroundServiceType="dataSync" />