Cordova 之 config.xml (Android)(三)

config.xml是程序的配置文件,下面我们就来解析一下:

<?xml version='1.0' encoding='utf-8'?>
//在创建应用程序时指定的应用程序反向域值
<widget id="com.hellocordova" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    //应用程序名称
    <name>CordovaApp</name>
    //应用程序描述
    <description>
        A sample Apache Cordova application that responds to the deviceready event.
    </description>
    //作者
    <author email="dev@cordova.apache.org" href="http://cordova.io">
        Apache Cordova Team
    </author>
    //程序的入口,就是起始页,位于WWW目录内
    <content src="index.html" />
    //控制对外部域的访问,默认是允许访问任何域
    <access origin="*" />
    //指定以以下开头的URLS可以打开
    <allow-intent href="http://*/*" />
    <allow-intent href="https://*/*" />
    <allow-intent href="tel:*" />
    <allow-intent href="sms:*" />
    <allow-intent href="mailto:*" />
    <allow-intent href="geo:*" />
    //构建应用程序的平台
    <platform name="android">
        <allow-intent href="market:*" />
    </platform>
    <platform name="ios">
        <allow-intent href="itms:*" />
        <allow-intent href="itms-apps:*" />
    </platform>
    //指定要恢复的平台名称和版本
    <engine name="android" spec="^6.2.3" />
    //当前安装的插件
    <plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
</widget>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值