@capacitor-community/background-geolocation
Advanced tools
Comparing version 0.3.11 to 0.3.12
{ | ||
"name": "@capacitor-community/background-geolocation", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"description": "Receive geolocation updates even while app is backgrounded.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -187,2 +187,3 @@ # Background Geolocation | ||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> | ||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> | ||
@@ -209,2 +210,7 @@ <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> | ||
leading "@". It defaults to "mipmap/ic_launcher", the app's launch icon. | ||
If a raster image is used to generate the icon (as opposed to a vector | ||
image), it must have a transparent background. To make sure your image | ||
is compatible, select "Notification Icons" as the Icon Type when | ||
creating the image asset in Android Studio. | ||
--> | ||
@@ -217,1 +223,6 @@ <string name="capacitor_background_geolocation_notification_icon"> | ||
``` | ||
## Changelog | ||
### v0.3.12 | ||
- Added the `ACCESS_COARSE_LOCATION` permission. This is required for apps which target Android 12 (API level 31). A preceeding example shows how to add this permission to your app's manifest. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43975
226