WIP #49 - geolocator plugin testing

This commit is contained in:
estevez-dev
2019-08-30 16:12:03 +03:00
parent 61b459ed8a
commit eea59cf11b
6 changed files with 56 additions and 83 deletions

View File

@ -50,13 +50,6 @@
</intent-filter>
</activity>
<receiver android:name="com.lyokone.location.BackgroundLocationBroadcastReceiver"
android:enabled="true" android:exported="true">
<intent-filter>
<action android:name="com.lyokone.location.BackgroundLocationBroadcastReceiver.ACTION_PROCESS_UPDATES" />
</intent-filter>
</receiver>
<service
android:name="io.flutter.plugins.androidalarmmanager.AlarmService"
android:permission="android.permission.BIND_JOB_SERVICE"