comparison src/buildozer.spec @ 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 0b7f10de416e
children 520a9e1a659b
comparison
equal deleted inserted replaced
73:674b1fa3c945 74:88e3071079a7
36 # version.regex = __version__ = ['"](.*)['"] 36 # version.regex = __version__ = ['"](.*)['"]
37 # version.filename = %(source.dir)s/main.py 37 # version.filename = %(source.dir)s/main.py
38 38
39 # (list) Application requirements 39 # (list) Application requirements
40 # comma seperated e.g. requirements = sqlite3,kivy 40 # comma seperated e.g. requirements = sqlite3,kivy
41 requirements = kivy, sqlite3, twisted, wokkel, pil, lxml, pyxdg, markdown, html2text, python-dateutil, pycrypto, pyopenssl 41 requirements = kivy, sqlite3, twisted, wokkel, pil, lxml, pyxdg, markdown, html2text, python-dateutil, pycrypto, pyopenssl, plyer
42 42
43 # (str) Custom source folders for requirements 43 # (str) Custom source folders for requirements
44 # Sets custom source for any requirements with recipes 44 # Sets custom source for any requirements with recipes
45 # requirements.source.kivy = ../../kivy 45 # requirements.source.kivy = ../../kivy
46 46
72 72
73 # (bool) Indicate if the application should be fullscreen or not 73 # (bool) Indicate if the application should be fullscreen or not
74 fullscreen = 1 74 fullscreen = 1
75 75
76 # (list) Permissions 76 # (list) Permissions
77 android.permissions = INTERNET, ACCESS_NETWORK_STATE 77 android.permissions = INTERNET, ACCESS_NETWORK_STATE, VIBRATE
78 78
79 # (int) Android API to use 79 # (int) Android API to use
80 #android.api = 19 80 #android.api = 19
81 81
82 # (int) Minimum API required 82 # (int) Minimum API required