microbit-foundation / microbit-android

micro:bit official Android application code. The application is free to download from https://play.google.com/store/apps/details?id=com.samsung.microbit
Apache License 2.0
13 stars 10 forks source link

Partially remove unused camera-related code #47

Closed microbit-grace closed 3 months ago

microbit-grace commented 3 months ago

Only removes enough unused code to not trigger security error for implicit internal intent in pre-launch report.

Error reported by pre-launch report

Your app contains an Implicit Internal Intent vulnerability. Please see this Google Help Center article for details.

com.samsung.microbit.plugin.CameraPlugin.recVideoStart com.samsung.microbit.plugin.CameraPlugin.takePic com.samsung.microbit.plugin.CameraPlugin.toggleCamera

martinwork commented 3 months ago

Thanks @microbit-grace