comparison src/buildozer.spec @ 95:3e3c097b07b7

upload: added voice plugin (for Android)
author Goffi <goffi@goffi.org>
date Tue, 27 Dec 2016 21:54:09 +0100
parents 520a9e1a659b
children a574133aa4a8
comparison
equal deleted inserted replaced
94:b94967b7ebfd 95:3e3c097b07b7
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, VIBRATE 77 android.permissions = INTERNET, ACCESS_NETWORK_STATE, VIBRATE, RECORD_AUDIO
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