changeset 74:88e3071079a7

buildozer: added plyer and VIBRATE permission for backend's android plugin
author Goffi <goffi@goffi.org>
date Mon, 19 Dec 2016 23:50:19 +0100
parents 674b1fa3c945
children b84dadbab62b
files src/buildozer.spec
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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