[CB-3731] added network capabilities for wp7

This commit is contained in:
Benn Mapes 2013-06-14 16:37:49 -07:00
parent d305c77c12
commit 54627b93a9

View File

@ -45,10 +45,14 @@ id="org.apache.cordova.core.NetworkManager"
<platform name="wp7">
<config-file target="config.xml" parent="/*">
<feature name="NetworkStatus">
<param name="wp-package" value="Network"/>
<param name="wp-package" value="NetworkStatus"/>
</feature>
</config-file>
<config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
<Capability Name="ID_CAP_NETWORKING" />
</config-file>
<source-file src="src/wp7/NetworkStatus.cs" />
</platform>