Skip to content

Commit

Permalink
Update camera.py
Browse files Browse the repository at this point in the history
PythonActivity = autoclass('org.kivy.android.PythonActivity')
  • Loading branch information
Sahil-pixel authored Sep 16, 2020
1 parent 9507dd9 commit f9e68fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plyer/platforms/android/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from plyer.platforms.android import activity

Intent = autoclass('android.content.Intent')
PythonActivity = autoclass('org.renpy.android.PythonActivity')
PythonActivity = autoclass('org.kivy.android.PythonActivity')
MediaStore = autoclass('android.provider.MediaStore')
Uri = autoclass('android.net.Uri')

Expand Down

0 comments on commit f9e68fa

Please sign in to comment.