send all type of files to Yavsc

main
Paul Schneider 9 years ago
parent 97e3cfb077
commit cd0e6256c6
1 changed files with 1 additions and 1 deletions

@ -21,7 +21,7 @@
<intent-filter> <intent-filter>
<action android:name="android.intent.action.SEND" /> <action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<!-- <data android:mimeType="text/plain" /> --> <data android:mimeType="*/*" />
</intent-filter> </intent-filter>
<meta-data android:name="android.service.chooser.chooser_target_service" android:value="fr.pschneider.bas.YavscChooserTargetService" /> <meta-data android:name="android.service.chooser.chooser_target_service" android:value="fr.pschneider.bas.YavscChooserTargetService" />
</activity> </activity>

Loading…