Adjusted plugin.xml for older Cordova versions.

This commit is contained in:
Michael Herzberg 2015-05-18 13:51:45 +02:00
parent 898534df5e
commit 8c67567096
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application/activity[@android:name='MainActivity']">
<config-file target="AndroidManifest.xml" parent="/manifest/application/activity">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />