How to include Internet Permission in Kivy? (Android 6) -


i want use standard python module urllib2 in kivy app requires access internet. when uncomment #android.permissions = internet , package app app doesn't inform me internet permission while installing .apk , when i'm using urllib2 app crashes (probably because no internet permission)

thx in advance!


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -