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" /> <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
</intent-filter> </intent-filter>
<!-- Drop file event --> <!-- Drop file event -->
<!--
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="*/*" /> <data android:mimeType="*/*" />
</intent-filter> </intent-filter>
-->
</activity> </activity>
</application> </application>

View File

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