2022-05-24 15:37:14 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="com.example.tao" version="1.0.0">
|
|
|
|
<name>APP</name>
|
|
|
|
<description>app</description>
|
|
|
|
<author email="dev@cordova.apache.org" href="https://cordova.apache.org"></author>
|
2023-09-07 15:13:43 +08:00
|
|
|
<content src="index.html" />
|
2022-05-24 15:37:14 +08:00
|
|
|
<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"/>
|
|
|
|
<icon src="logo.png"></icon>
|
2023-05-22 11:03:27 +08:00
|
|
|
</platform>
|
|
|
|
<plugin name="phonegap-plugin-barcodescanner" />
|
2023-09-11 11:58:32 +08:00
|
|
|
|
|
|
|
<preference name="GradlePluginKotlinEnabled" value="true" />
|
|
|
|
<preference name="GradlePluginKotlinCodeStyle" value="official" />
|
|
|
|
<preference name="GradlePluginKotlinVersion" value="1.3.50" />
|
|
|
|
<preference name="AndroidXEnabled" value="true" />
|
2022-05-24 15:37:14 +08:00
|
|
|
</widget>
|