cordova-11/config.xml
2022-05-24 14:49:24 +08:00

31 lines
732 B
XML

<?xml version='1.0' encoding='utf-8'?>
<widget id="com.example.tao" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>APP</name>
<description>app</description>
<author email="dev@cordova.apache.org" href="https://cordova.apache.org">
</author>
<content src="https://www.baidu.com" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<allow-intent href="market:*" />
<platform name="android">
<preference name="Fullscreen" value="true" />
</platform>
</widget>