Hello everyone,
I'm trying to develop an app where I need to take a full screenshot of the screen. I've combed the search results and the consensus was that it was not possible as the android devs deemed full screenshots as a security flaw. Well not anymore, a quick google search showed that it is now possible to take a full screenshot in Android SDK24 via MediaProjection. Has anyone tried using this new feature with B4A yet? I'm going to try to tackle it but my coding expertise is not very strong and I would love some guidance/help.
Official Doc:
https://developer.android.com/reference/android/media/projection/MediaProjection.html
Sample Java Code:
https://github.com/googlesamples/android-ScreenCapture
I'm trying to develop an app where I need to take a full screenshot of the screen. I've combed the search results and the consensus was that it was not possible as the android devs deemed full screenshots as a security flaw. Well not anymore, a quick google search showed that it is now possible to take a full screenshot in Android SDK24 via MediaProjection. Has anyone tried using this new feature with B4A yet? I'm going to try to tackle it but my coding expertise is not very strong and I would love some guidance/help.
Official Doc:
https://developer.android.com/reference/android/media/projection/MediaProjection.html
Sample Java Code:
https://github.com/googlesamples/android-ScreenCapture