mauron85/cordova-plugin-background-geolocation

How to remove location from being loaded by capacitor?

modemlooper opened this issue · 0 comments

I remove these from the Manefest but they are still being loaded by capacitor. Google will delete apps targeted to children if location services are enabled. Further more, why are these being loaded and ignored by the manifest?

<!- Geolocation API ->
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-feature android:name="android.hardware.location.gps" />

Your Environment

  • Plugin version:
  • Platform: iOS or Android
    Android
  • OS version:
  • Device manufacturer and model:
  • Running in Simulator:
  • Cordova version (cordova -v):
  • Cordova platform version (cordova platform ls):
  • Plugin configuration options:
  • Link to your project:

Context

Expected Behavior

Actual Behavior

Possible Fix

Steps to Reproduce

Context

Debug logs