Android Question Remove Network-Permission

Cadenzo

Active Member
Licensed User
Longtime User
I have a small app without any need of network communication, but the app and the installation-process tells me, that this permission is needed. It is not written in Manifest editor. I allready tried to install without WLAN and B4A-Bridge, but it is still the same. How can I controll the permissions and how to remove the network permission?
 
Last edited:

Cadenzo

Active Member
Licensed User
Longtime User
Thanks for answer. It seems to be the WebView element which created the permission, but I am only showing local help text there.
So I used RemovePermission(android.permission.INTERNET) in the Manifest Editor and still everything works fine. SOLVED
 
Upvote 0
Top