gomobile-ipfs
gomobile-ipfs copied to clipboard
Why android bridge module require location permission, I could not find android LocationManager usage in anywhere of project code.
Asking a question, not reporting a bug
- [X] This question is not about a bug
Is there an existing issue for this?
- [X] I have searched the existing issues
Question
Android bridge module AndroidManifest.xml has register location permission,Why android bridge module require location permission, I could not find android LocationManager usage in anywhere of project code?
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"/>
Context
Location infomation is sensitive privacy, If user does not granted location permission, Will gomobile-ipfs still work fine?