kroegerama / bottomsheet-imagepicker

Modern image picker for Android
Apache License 2.0
326 stars 48 forks source link

Can i selectively open only Internal storage or External Storage #18

Open james04gr opened 3 years ago

james04gr commented 3 years ago

There are times that i want to open images only from InternalStorage or other times only from ExternalStorage and other times both. How can i do that? My fileProvider is

<paths>
    <files-path
        name="files"
        path="." />

    <external-files-path
        name="external_path_files"
        path="." />

    <external-path
        name="external_files"
        path="."/>
</paths>

Thank you