Skip to content

Commit

Permalink
Change PythonActivity java class (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neizvestnyj committed Aug 2, 2021
1 parent 0c226e1 commit 7617bdb
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 7617bdb

Please sign in to comment.