【发布时间】:2014-01-14 05:59:22
【问题描述】:
我使用 zamboni 创建了一个 firefox 市场(公共测试服务器)
http://zamboni.readthedocs.org/en/latest/topics/install-zamboni/installation.html
并在 Firefox 手机中连接到我的市场网址, 所以将应用安装到我的应用中。
manifest.webapp 的一部分
"type": "privileged",
"permissions" : {
"systemXHR": {
"description" : ""
},
"contacts": {
"access": "readwrite",
"description" : ""
},
但火狐手机打印出日志(下)
Content JS INFO at app://system.gaiamobile.org/js/app_install_manager.js:198 in ai_handleDownloadError: downloadError event, error code is INVALID_SECURITY_LEVEL
- 如何使用我的市场(公共测试服务器)安装“特权”类型的应用程序。
(注意使用“type”:“web”成功安装)
- 我需要经过认证的市场吗?
谢谢。
【问题讨论】:
标签: firefox firefox-addon firefox-os