mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-31 18:47:21 +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">
|
<platform name="wp7">
|
||||||
<config-file target="config.xml" parent="/*">
|
<config-file target="config.xml" parent="/*">
|
||||||
<feature name="NetworkStatus">
|
<feature name="NetworkStatus">
|
||||||
<param name="wp-package" value="Network"/>
|
<param name="wp-package" value="NetworkStatus"/>
|
||||||
</feature>
|
</feature>
|
||||||
</config-file>
|
</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" />
|
<source-file src="src/wp7/NetworkStatus.cs" />
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user