forked from Green-Sky/tomato
allow android intent receive
This commit is contained in:
parent
e08dbba940
commit
5c5e830f0f
@ -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>
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
#include "./sys_check.hpp"
|
||||
|
||||
#include "./start_screen.hpp"
|
||||
#include "SDL3/SDL_video.h"
|
||||
|
||||
#include <filesystem>
|
||||
#include <memory>
|
||||
|
Loading…
Reference in New Issue
Block a user