fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Disable background location manifest #1402

Closed ckarmy closed 3 years ago

ckarmy commented 3 years ago

My app is rejected because the manifest include <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" /> I only use simple geolocation with my app open. I try disable this in the unoproj with no luck like this:

"GeoLocation": {
      "RequestPermissionsOnLaunch": true,
      "BackgroundLocation": {
        "Enabled": false
       }
 }

Google send me this: image

There are new guidelines in Google about location https://medium.com/@adrian.kajda/new-guidelines-for-accessing-background-location-in-android-d2e07d45ae79