是否所有这些在Android上需要PhoneGap的权限? [英] Are all those permissions needed by PhoneGap on Android?

查看:149
本文介绍了是否所有这些在Android上需要PhoneGap的权限?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

看着PhoneGap的文档的Hello World和有一堆权限。关于15日在Android清单。只是想知道,如果所有的人都需要?

Looking at phonegap documentation for hello world and there are a bunch of permissions. About 15 in the Android manifest. Just wondering if all of them are required?

请参阅 http://phonegap.com/start/#android

推荐答案

我已经想通了,基于鬼codeR答案,那

I've figured out, based on the answer by ghostCoder, that

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

时所需要的最低限度的PhoneGap应用程序启动和运行,如果你没有访问互联网或任何其他特殊资源的唯一权限。

Is the only permission which is needed for a minimal phonegap App to start and run if you don't access the internet or any other special resources.

这篇关于是否所有这些在Android上需要PhoneGap的权限?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆