Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个应用程序,它没有使用任何 Internet 设置,也没有在 phonegap 版本 1.7 中访问网络状态,但是应用程序没有运行,我们 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> 在清单中使用以下权限
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
如果您尝试过搜索,您可能会比这更早得到答案 。Android 上的 PhoneGap 需要所有这些权限吗?