Pie Cannon can send anything, although some server types may have restrictions. But for now it's just plain sftp/ftp/http and we can push anything through that.

This commit is contained in:
Adrian Kuschelyagi Malacoda 2020-10-30 07:09:08 -05:00
parent da39586c4d
commit 84e14a890f

View File

@ -23,8 +23,7 @@
<intent-filter>
<action android:name="android.intent.action.SEND"/>
<data android:mimeType="image/*"/>
<data android:mimeType="text/plain"/>
<data android:mimeType="*/*"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>