We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c207c commit 92c58caCopy full SHA for 92c58ca
android/src/main/AndroidManifest.xml
@@ -2,14 +2,7 @@
2
package="com.transistorsoft.rnbackgroundfetch">
3
4
<application>
5
- <!-- HeadlessJS For android sdk 21+ uses new JobScheduler API -->
6
- <service android:name="com.transistorsoft.rnbackgroundfetch.HeadlessJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="true" />
7
- <!-- HeadlessJS For Android sdk <21 uses old AlarmManager API -->
8
- <receiver android:name="com.transistorsoft.rnbackgroundfetch.HeadlessBroadcastReceiver">
9
- <intent-filter>
10
- <action android:name="${applicationId}.event.BACKGROUND_FETCH" />
11
- </intent-filter>
12
- </receiver>
+
13
</application>
14
-
15
</manifest>
0 commit comments