"Select Source" Input type file problem

Hello, this is what happen if i try to click on an input type file using Ionic View(left) or using installed application(right).

How can i fix it?

Maybe i fixed it adding these lines to Android Manifest…

< uses-permission android:name=“android.permission.MANAGE_DOCUMENTS” />
< uses-permission android:name=“android.permission.READ_EXTERNAL_STORAGE” />
< uses-permission android:name=“android.permission.WRITE_EXTERNAL_STORAGE” />

i’m waiting that deploy process finish

It works!!! Hope that this could be usefull for someone