#Recording of Screen on Android contains an Android Screen Capture Icon.
1 messages · Page 1 of 1 (latest)
We don't have control over it as it's something android os handles. May I know on which version your are on?
I'm on Android 13 and tested on a Samsung Galaxy A14. Strange, that this did not happen on an older Recoder-kit Version 2.1.0. I have updated to version 2.2.0 which seems to be different. thanks for your quick reply.
Can you please send me a video about the concern to be on same page?
sure. here it is. on the top right corner, you can see the android recording icon
the recorded video always contains a black top bar always.
this line is also black in my unity3d application. unity3d is not using it. maybe because it is used by android to displays battery, wlan, etc. - but is not used in unity and therefore black
yes, but it was not here in the old version of recorder kit. I am also testing other unity plugins like AVPro Screen Capture which is not showing this recording icon. Thanks for the link for clarification. For my usecase, I must avoid that android icon - this does not look professional anymore 😦
Ok, IIRC, there isn't any major change other than a bug fix on android. However, will see if anything can be done programatically. But I doubt as its something samsung implements as part of privacy.
so there is no mode to record only the screen within the app itself? because at the moment I understand samsung security concerns, because when I start the recording and switch to my email app - everything is recorded. This is not the case with AVPro Screen Capture. It only records the stuff inside the app - even if I receive a message while recording, it does not record that. The reason I do not record from a camera, because that would require a second unity3d camera which will cost too much performance.
by the way: AVPro Screen Capture is also not triggering the warning dialog which appears before recording with Record-kit.
Ok, the plugin records what ever is visible on screen.
Starting Android 14, Only some devices shows an option to record within app or complete screen, but this is not fully rolled out by google.
However, you can try the below until we finish our custom implementaiton where we allow recording per camera/app screen alone.
- In application pause, call pause recording
- In application resue, call resume recording