Skip to content

Commit

Permalink
Fixed <param name="android-package" value="..." />
Browse files Browse the repository at this point in the history
  • Loading branch information
aabluedragon committed Jun 2, 2016
1 parent a83c3e0 commit 8b7fa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<config-file target="config.xml" parent="/*">
<feature name="StartPagePlugin">
<param name="android-package" value="org.cordova.plugin.StartPagePlugin"/>
<param name="android-package" value="org.cordova.plugin.startpage.StartPagePlugin" />
<param name="onload" value="true" />
</feature>
</config-file>
Expand Down

0 comments on commit 8b7fa6f

Please sign in to comment.