Skip to content

Benchmark: Move screenshots to VLCBenchmark app

Duncan McNamara requested to merge Skantes/vlc-android:screenshots into master

As of Android 10, the MediaProjection API previously used to take screenshots now requires user input to accept permission to take a screenshot at every restart of the app, which happens for every test on vlc-android. By using this API in a service in VLCBenchmark, the user is only asked permission once, when the user starts the benchmark.

Edited by Duncan McNamara

Merge request reports