Melo567 / ar_location_view

MIT License
19 stars 16 forks source link

[Permission][Manifest.xml] Remove ACCESS_BACKGROUND_LOCATION #4

Open nansCabanac opened 1 year ago

nansCabanac commented 1 year ago

Hello, It's possible to remove the Permission :

I think, it's not needed and causes issue with google play check.

Thx, have a nice day !

Memaverick commented 9 months ago

Hey @nansCabanac, Can you help me with integration

johnfidel98 commented 4 months ago

add this to your manifest

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"  // <-- Ensure this is added
    package="social.siuu.app">
    ...
    <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" tools:node="remove" />
    ...
</manifest>