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

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

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