0

I want to build an android app. And I am going to use kivy. So,I was wondering if there is a package that can support android function (as accessing the flashlight) next to kivy. Or if there is another package rather than kivy that can do these stuff.

1 Answers1

0

You can use autoclass which is part of pyjnius (from jnius import autoclass).

Accessing android flashlight(camera LED flash) with kivy/python

Thomas Strub
  • 1,275
  • 7
  • 20