firemaples / EverTranslator

Translate text anytime and everywhere, even you are gaming!
https://play.google.com/store/apps/details?id=tw.firemaples.onscreenocr
GNU General Public License v3.0
140 stars 25 forks source link

Fix capturing issue Android 14 #340

Closed firemaples closed 1 year ago

firemaples commented 1 year ago

Most of the time on Android 14, the capturing requesting runtime dialog is displayed repeatly when starting a new screenshot-taking. It may make the app take a screenshot on the OS's dialog. 😅

firemaples commented 1 year ago

Android official only list the changes of MediaProjection while targeting Android 14: https://developer.android.com/about/versions/14/behavior-changes-14#media-projection-consent

But looks like the behavior changes for security reasons even though the target version is lower than Android 14 😩