mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-18 21:52:48 +08:00
[CB-3731] added network capabilities for wp7
This commit is contained in:
parent
d305c77c12
commit
54627b93a9
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user