nizwar / screen_capture_event

Catch screen capture (Screenshot & Screen Record) event for Android and iOS
https://pub.dev/packages/screen_capture_event
MIT License
9 stars 37 forks source link

unnecessary storage permission request #4

Closed raywoocn closed 2 years ago

raywoocn commented 2 years ago

When calling the following code on Android, final ScreenCaptureEvent screenListener = ScreenCaptureEvent(); The app will ask the storage permission, which seems to be unnecessary? It it possible to remove this permission request requirenment?

nizwar commented 2 years ago

Storage permission is required, this plugin work by watching on screenshot/screenrecord directory and catch new write action in it