# HG changeset patch # User Goffi # Date 1482187819 -3600 # Node ID 88e3071079a7a0e3e69174bd4b8b3d826d3047e6 # Parent 674b1fa3c945660350022af285b5f98a4f087a2e buildozer: added plyer and VIBRATE permission for backend's android plugin diff -r 674b1fa3c945 -r 88e3071079a7 src/buildozer.spec --- a/src/buildozer.spec Mon Dec 19 23:50:19 2016 +0100 +++ b/src/buildozer.spec Mon Dec 19 23:50:19 2016 +0100 @@ -38,7 +38,7 @@ # (list) Application requirements # comma seperated e.g. requirements = sqlite3,kivy -requirements = kivy, sqlite3, twisted, wokkel, pil, lxml, pyxdg, markdown, html2text, python-dateutil, pycrypto, pyopenssl +requirements = kivy, sqlite3, twisted, wokkel, pil, lxml, pyxdg, markdown, html2text, python-dateutil, pycrypto, pyopenssl, plyer # (str) Custom source folders for requirements # Sets custom source for any requirements with recipes @@ -74,7 +74,7 @@ fullscreen = 1 # (list) Permissions -android.permissions = INTERNET, ACCESS_NETWORK_STATE +android.permissions = INTERNET, ACCESS_NETWORK_STATE, VIBRATE # (int) Android API to use #android.api = 19