I'm poking at a bug I encountered & posted a few months ago.
I want to use StartScreenRecording() in an Android app in conjunction with SetDeviceCameraToImage(). When I first call StartScreenRecording(), my Android phone warns me that "[APP NAME] will start capturing everything that's displayed on your screen." I accept the warning message, and the app saves my screen to an mp4.
So far so good.
However, when the Android warning comes up, there's an option to click "Don't show again" on that warning message. If I click it to permanently hide the warning, then the StartScreenRecording() feature will only run fine that one time, after which it will
crash the app every subsequent time I try to use it.
Which means that once I've permanently hidden the warning message, the only way I can get StartScreenRecording() to not crash is to clear my app preferences so that I get the warning message again. This is problematic because I think many users will click "Don't show again" on the warning without giving it a second thought.
Here's the original post where I tracked down the issue (thanks to fubarpk for helping me figure this out):
https://forum.thegamecreators.com/thread/222262
I'm seeing this issue on both a Samsung Galaxy S8 and also an older LG phone running 5.1.1.
Can this be fixed? Or is anyone else successfully using this on Android after permanently hiding the warning message?