mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-31 10:35:43 +08:00
[ubuntu] specify policy_group
This commit is contained in:
parent
43245253e8
commit
9bc7912d4e
@ -46,6 +46,11 @@ xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
|
||||
<!-- ubuntu -->
|
||||
<platform name="ubuntu">
|
||||
<config-file target="config.xml" parent="/*">
|
||||
<feature name="Camera">
|
||||
<param policy_group="connectivity" policy_version="1" />
|
||||
</feature>
|
||||
</config-file>
|
||||
<header-file src="src/ubuntu/network_information.h" />
|
||||
<source-file src="src/ubuntu/network_information.cpp" />
|
||||
</platform>
|
||||
|
Loading…
Reference in New Issue
Block a user