Change comment to more common xml format (#2621)

This commit is contained in:
John Senner 2019-03-07 07:37:44 -07:00 committed by Harrison Healey
parent 727465140f
commit 771e5cd53b

View file

@ -53,7 +53,7 @@
<action android:name="android.intent.action.SEND" />
<action android:name="android.intent.action.SEND_MULTIPLE" />
<category android:name="android.intent.category.DEFAULT" />
// for sharing
<!-- for sharing-->
<data android:mimeType="*/*" />
</intent-filter>
</activity>