alexrintt / shared-storage

Flutter plugin to work with Android external storage.
http://alexrintt.io/shared-storage/
MIT License
54 stars 26 forks source link

testing example on Android12+ #16

Closed aplicatii-romanesti closed 2 years ago

aplicatii-romanesti commented 2 years ago

gives an apparently well known error: "[Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]]" -as seen also: https://stackoverflow.com/questions/70333565/targeting-s-version-31-and-above-requires-that-an-explicit-value-for-android) Solution is simple, add: android:exported="true" in the AndroidManifest.xml

alexrintt commented 2 years ago

Gotcha, thx for reporting

aplicatii-romanesti commented 2 years ago

closed by PR#17