是否所有这些在Android上需要PhoneGap的权限?权限、Android、PhoneGap

2023-09-04 10:06:43 作者:小怪兽没虎牙

看着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.