some changes

This commit is contained in:
Eudes Inácio
2023-11-13 10:59:36 +01:00
parent 28432cc874
commit a0b0aad4a6
10 changed files with 115 additions and 24 deletions
+7
View File
@@ -40,6 +40,13 @@
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="video/*" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
</intent-filter>
<intent-filter>