-
Hello, thanks for this awesome library! I was testing your library in a demo app and noticed that my demo app suddenly requested the "android.permission.INTERNET" permission, although I did not request it in my manifest. After some research I found out that in the Merged Manifest the permission came from geopackage-android. I can understand that you need this permission for testing purposes and in the mapcache demo app, but is it really needed directly in the sdk? My demo app just works fine, even if I remove the permission for internet, maybe because I'm not using any of the classes that require internet (I don't know which ones actually do). Could you remove the permission or would that break anything? greetz |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It looks like I can remove the permission from geopackage-android and geopackage-android-map and will do so in the next release. Any use of network utilities (import from URL, URL tile generator) w/o including the permission will cause a permission denied security exception. |
Beta Was this translation helpful? Give feedback.
It looks like I can remove the permission from geopackage-android and geopackage-android-map and will do so in the next release.
Any use of network utilities (import from URL, URL tile generator) w/o including the permission will cause a permission denied security exception.