This commit is contained in:
lunaticbum
2024-11-06 14:30:00 +09:00
parent f0cbf1c4fd
commit 398ba8be0a
12 changed files with 528 additions and 55 deletions
+5
View File
@@ -86,6 +86,11 @@
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|screenLayout|layoutDirection"
android:windowSoftInputMode="adjustResize"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="*/*"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />