Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
emalafeew's avatar
emalafeew
Protege
7 years ago

Can my app tell when its being recorded or snapshotted?

I’d like to put up an app logo when it’s being recorded or snapshotted.  Is that possible to tell when that starts and stops from the unity integration?

3 Replies

Replies have been turned off for this discussion
  • Anonymous's avatar
    Anonymous
    I haven't implemented this personally, but you can most likely query the device's native camera in update, and if it's active in video mode, trigger the logo.  I know that's vague but look into native camera functions.
  • Thanks for the idea Jackson, sorry I missed this!  So the theory is that it's using internal Android video functions to record the screen, which I may be able to hook.