plyer icon indicating copy to clipboard operation
plyer copied to clipboard

Remove deprecated PythonActivity from android/camera

Open ghost opened this issue 5 years ago • 1 comments

Fixes #520 #510

https://github.com/kivy/plyer/blob/0b7d8a08108ccb43d751d3fb6fb4a40a21b1ff6c/plyer/platforms/android/camera.py#L9 The plyer's Android camera module had an unused and deprecated PythonActivity. Removing it avoids crashing.

ghost avatar Nov 24 '19 01:11 ghost

@Franccisco i have checked your fix. it not crushing about the deprecated import anymore, but now it crashes with this error: Class not found 'org/jnius/NativeInvocationHandler

tomgold182 avatar Dec 05 '19 22:12 tomgold182