diff --git a/platform/android/.idea/vcs.xml b/platform/android/.idea/vcs.xml index 2e3f692..3f1db62 100644 --- a/platform/android/.idea/vcs.xml +++ b/platform/android/.idea/vcs.xml @@ -1,6 +1,7 @@ + \ No newline at end of file diff --git a/platform/android/app/src/main/java/com/mrmichel/rustdroid_emu/ui/library/RomListActivity.java b/platform/android/app/src/main/java/com/mrmichel/rustdroid_emu/ui/library/RomListActivity.java index aa76fbf..9356150 100644 --- a/platform/android/app/src/main/java/com/mrmichel/rustdroid_emu/ui/library/RomListActivity.java +++ b/platform/android/app/src/main/java/com/mrmichel/rustdroid_emu/ui/library/RomListActivity.java @@ -246,7 +246,7 @@ public class RomListActivity extends AppCompatActivity { } void doImportRom() { - Intent intent = new Intent(Intent.ACTION_GET_CONTENT); + Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT); intent.addCategory(Intent.CATEGORY_OPENABLE); intent.setType("*/*"); Log.d(TAG, "pressed import rom");