allow android intent receive

This commit is contained in:
Green Sky 2024-06-17 12:08:35 +02:00
parent e08dbba940
commit 5c5e830f0f
No known key found for this signature in database
2 changed files with 0 additions and 3 deletions

View File

@ -96,13 +96,11 @@
<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
</intent-filter>
<!-- Drop file event -->
<!--
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="*/*" />
</intent-filter>
-->
</activity>
</application>

View File

@ -11,7 +11,6 @@
#include "./sys_check.hpp"
#include "./start_screen.hpp"
#include "SDL3/SDL_video.h"
#include <filesystem>
#include <memory>