Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mui
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mui
Commits
2fa59ab1
Commit
2fa59ab1
authored
Jun 25, 2015
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update manifest.son
parent
666ea62e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
49 deletions
+5
-49
examples/hello-mui/manifest.json
examples/hello-mui/manifest.json
+5
-49
No files found.
examples/hello-mui/manifest.json
View file @
2fa59ab1
...
...
@@ -17,30 +17,15 @@
"url"
:
""
/*可选,开发者自定义地址*/
},
"permissions"
:
{
"Accelerometer"
:
{
"description"
:
"访问加速度感应器"
},
"Audio"
:
{
"description"
:
"访问麦克风"
},
"Cache"
:
{
"description"
:
"管理应用缓存"
},
"Camera"
:
{
"description"
:
"访问摄像头"
},
"Console"
:
{
"description"
:
"跟踪调试输出日志"
},
"Contacts"
:
{
"description"
:
"访问系统联系人信息"
},
"Device"
:
{
"description"
:
"访问设备信息"
},
"Downloader"
:
{
"description"
:
"文件下载管理"
},
"Events"
:
{
"description"
:
"应用扩展事件"
},
...
...
@@ -50,51 +35,18 @@
"Gallery"
:
{
"description"
:
"访问系统相册"
},
"Geolocation"
:
{
"description"
:
"访问位置信息"
},
"Invocation"
:
{
"description"
:
"调用Native JS桥功能"
},
"Messaging"
:
{
"description"
:
"访问通讯能力"
},
"Orientation"
:
{
"description"
:
"访问方向感应器"
},
"Proximity"
:
{
"description"
:
"访问距离感应器"
},
"Storage"
:
{
"description"
:
"管理应用本地数据"
},
"UI"
:
{
"description"
:
"管理系统原生控件"
},
"Uploader"
:
{
"description"
:
"管理文件上传任务"
},
"Runtime"
:
{
"description"
:
"访问运行期环境"
},
"XMLHttpRequest"
:
{
"description"
:
"跨域网络访问"
},
"Zip"
:
{
"description"
:
"文件压缩与解压缩"
},
"Barcode"
:
{
"description"
:
"管理二维码扫描插件"
},
"Maps"
:
{
"description"
:
"管理地图插件"
},
"Payment"
:
{
"description"
:
"管理支付插件"
},
"Push"
:
{
"description"
:
"管理推送消息插件"
},
"Share"
:
{
"description"
:
"管理社交分享插件"
},
...
...
@@ -103,6 +55,9 @@
},
"Statistic"
:
{
"description"
:
"管理统计插件"
},
"Zip"
:
{
"description"
:
"文件压缩与解压缩"
}
},
"plus"
:
{
...
...
@@ -128,7 +83,8 @@
"keystore"
:
""
,
/*Android必选,打包证书文件*/
"password"
:
""
,
/*Android必选,打包证书密码*/
"aliasname"
:
""
,
/*Android必选,打包证书别名*/
"permissions"
:
[]
/*使用
Native.js
调用原生安卓
API
需要申请的系统权限,用户可以添加多个权限的字符串*/
"permissions"
:
[
"<uses-permission android:name=
\"
android.permission.RECORD_AUDIO
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CHANGE_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.MODIFY_AUDIO_SETTINGS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_PHONE_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.VIBRATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_LOGS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.WAKE_LOCK
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CALL_PHONE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_WIFI_STATE
\"
/>"
,
"<uses-feature android:name=
\"
android.hardware.camera
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.RECEIVE_USER_PRESENT
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.RECEIVE_BOOT_COMPLETED
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CAMERA
\"
/>"
]
/*使用
Native.js
调用原生安卓
API
需要申请的系统权限,用户可以添加多个权限的字符串*/
},
"orientation"
:
[
"portrait-primary"
,
"landscape-primary"
,
"portrait-secondary"
,
"landscape-secondary"
],
/*必选*/
"icons"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment