File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 212212 <service android:name="dk.cachet.activity_recognition_flutter.activity.ActivityRecognizedService"
213213 android:exported="true"/> -->
214214
215- <!-- Services for background location handling -->
216- <receiver
217- android : name =" rekab.app.background_locator.LocatorBroadcastReceiver"
218- android : enabled =" true"
219- android : exported =" true" />
220- <receiver
221- android : name =" rekab.app.background_locator.BootBroadcastReceiver"
222- android : enabled =" true"
223- android : exported =" true" >
224- <intent-filter >
225- <action android : name =" android.intent.action.BOOT_COMPLETED" />
226- </intent-filter >
227- </receiver >
228-
229- <service
230- android : name =" rekab.app.background_locator.LocatorService"
231- android : permission =" android.permission.BIND_JOB_SERVICE"
232- android : exported =" true" />
233- <service
234- android : name =" rekab.app.background_locator.IsolateHolderService"
235- android : permission =" android.permission.FOREGROUND_SERVICE"
236- android : exported =" true" />
237-
238215 <!-- Don't delete the meta-data below.
239216 This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
240217 <meta-data
You can’t perform that action at this time.
0 commit comments