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.
            Asked
            
        
        
            Active
            
        
            Viewed 66 times
        
    0
            
            
        - 
                    `andoride`? Is this a spelling mistake? – Vladyslav Matviienko Nov 12 '19 at 13:25
1 Answers
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
