Whitespace

This commit is contained in:
misaochan 2016-07-21 17:40:47 +12:00
parent 6c9b278801
commit 026ef66437
2 changed files with 2 additions and 4 deletions

View file

@ -44,9 +44,7 @@
>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/*" />
<data android:mimeType="audio/ogg" />
</intent-filter>
@ -58,9 +56,7 @@
>
<intent-filter>
<action android:name="android.intent.action.SEND_MULTIPLE" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/*" />
<data android:mimeType="audio/ogg" />
</intent-filter>