prongbang / screen_protector

Safe Data Leakage via Application Background Screenshot and Prevent Screenshot for Android and iOS.
https://pub.dev/packages/screen_protector
MIT License
39 stars 18 forks source link

Add `<uses-permission android:name="android.permission.DETECT_SCREEN_CAPTURE" />` to implementation steps #30

Open nicklbaert opened 4 months ago

nicklbaert commented 4 months ago

As stated here: https://developer.android.com/about/versions/14/features/screenshot-detection#implementation devices running Android 14 need this permission to be able to detect screen recordings.

Would be great if this could be added to the implementation steps of this package!

Cheers.

kyam28 commented 3 months ago

@nicklbaert Thanks a lot! You saved me👍