<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  package="com.mr.flutter.plugin.filepicker">
  <queries>
    <intent>
      <action android:name="android.intent.action.GET_CONTENT" />
      <data android:mimeType="*/*" />
    </intent>
  </queries>
</manifest>