background-geolocation-android
background-geolocation-android copied to clipboard
Added relevant permission to manifest.
``` The option 'android.enableUnitTestBinaryResources' is deprecated. The current default is 'false'. It has been removed from the current version of the Android Gradle plugin. The raw resource for unit test...
need to change package to `io.github.nishkarsh` from `com.intentfilter` because jcenter is shutting down and mavenCentral has new group id `io.github.nishkarsh`
Fixed build error: > Failed to apply plugin 'com.android.internal.library'. > The option 'android.enableUnitTestBinaryResources' is deprecated. The current default is 'false'. It has been removed from the current version of the...
error:Context.startForegroundService() did not then call Service.startForeground() start function should be called in two cases if intent is null or contains extra commands
### Problem After upgrading Gradle plugin from 3.6.3 to 4.1.0 I got this error below: ``` A problem occurred evaluating project ':@mauron85_react-native-background-geolocation-common'. > Failed to apply plugin 'com.android.internal.library'. > The...
Cant compile, getting this error: > BUILD FAILED in 49s > 26 actionable tasks: 22 executed, 4 up-to-date > platforms/android/gradlew: Command failed with exit code 1 Error output: > platforms/android/app/src/main/java/com/marianhello/bgloc/data/BackgroundActivity.java:20:...
## Issue Got this error and failed to build project after upgrading Android Gradle plugin `4.0.0` ``` The option 'android.enableUnitTestBinaryResources' is deprecated. The current default is 'false'. It has been...
To access location in the background in SDK 29, the app requires ACCESS_BACKGROUND_LOCATION permission [source](https://developer.android.com/about/versions/10/privacy/changes#app-access-device-location) --- Not sure how to create a PR across submodules. This PR only includes the...