wn-na / react-native-capture-protection

It’s a library for React Native to control simple capture events(i.e. Screenshot or Screen record)
https://www.npmjs.com/package/react-native-capture-protection
MIT License
103 stars 10 forks source link

Detect screen recording on Android #5

Closed huynextlevel closed 1 year ago

huynextlevel commented 1 year ago

Hi @0xlethe ,

Do we have any way to detect screen recording on Android?

wn-na commented 1 year ago

@huynextlevel maybe detect screen for use accessibilityservice, but i think didnt do it.

huynextlevel commented 1 year ago

Thank you so much @0xlethe !