- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经上传了一个通过 Expo 内置的 React Native 应用程序。我已将权限设置为无:
{
"expo": {
"android": {
"permissions": []
... other settings
}
... other settings
}
{
"expo": {
"orientation": "portrait",
... other settings
}
}
android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.FOREGROUND_SERVICE android.permission.INTERNET android.permission.MODIFY_AUDIO_SETTINGS android.permission.RECEIVE_BOOT_COMPLETED android.permission.REQUEST_INSTALL_PACKAGES android.permission.STORAGE android.permission.SYSTEM_ALERT_WINDOW android.permission.USE_BIOMETRIC android.permission.WAKE_LOCK com.google.android.c2dm.permission.RECEIVE com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE com.sja.firstaid.permission.C2D_MESSAGE host.exp.exponent.permission.C2D_MESSAGE
2 features: android.hardware.screen.landscape, android.hardware.screen.portrait
最佳答案
注:权限键似乎忽略权限而不是添加权限列表 Docs
独立应用程序在安装时将请求的附加权限列表,
以及 Expo 应用程序运行所需的最低要求。
To use ALL permissions supported by Expo, do not specify the "permissions" key.
To use ONLY the following minimum necessary permissions and none of the extras supported
by Expo, set "permissions" to []. The minimum necessary permissions do not require a
Privacy Policy when uploading to Google Play Store and are:
• receive data from Internet
• view network connections
• full network access
• change your audio settings
• draw over other apps
• prevent device from sleeping
To use the minimum necessary permissions ALONG with certain additional permissions,
specify those extras in "permissions", e.g.
["CAMERA", "RECORD_AUDIO"]
ExpoKit: to change the permissions your app requests, you'll need to edit
AndroidManifest.xml manually. To prevent your app from requesting one of the
permissions listed below, you'll need to explicitly add it to `AndroidManifest.xml`
along with a `tools:node="remove"` tag.
"permissions": [
"ACCESS_COARSE_LOCATION",
"ACCESS_FINE_LOCATION",
"CAMERA",
"MANAGE_DOCUMENTS",
"READ_CONTACTS",
"READ_CALENDAR",
"WRITE_CALENDAR",
"READ_EXTERNAL_STORAGE",
"READ_PHONE_STATE",
"RECORD_AUDIO",
"USE_FINGERPRINT",
"VIBRATE",
"WAKE_LOCK",
"WRITE_EXTERNAL_STORAGE",
"com.anddoes.launcher.permission.UPDATE_COUNT",
"com.android.launcher.permission.INSTALL_SHORTCUT",
"com.google.android.c2dm.permission.RECEIVE",
"com.google.android.gms.permission.ACTIVITY_RECOGNITION",
"com.google.android.providers.gsf.permission.READ_GSERVICES",
"com.htc.launcher.permission.READ_SETTINGS",
"com.htc.launcher.permission.UPDATE_SHORTCUT",
"com.majeur.launcher.permission.UPDATE_BADGE",
"com.sec.android.provider.badge.permission.READ",
"com.sec.android.provider.badge.permission.WRITE",
"com.sonyericsson.home.permission.BROADCAST_BADGE"
],
关于android - React Native Expo 应用程序在 Play 管理中心错误地列出了详细信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62407644/
我有这个连接配置: config.getManagementCenterConfig().setEnabled(true); config.getManagementCenterConfig().se
在我开设账户后,我在 Google Play 管理中心收到了此类与税务信息相关的消息。 根据印度税收标准,它会根据我的业务要求提供 GSTIN 信息。但是我没有任何注册企业存在,所以我不是该国的营业税
我正在开发一个管理中心,我可以在其中编辑配置文件(用 PHP 编写)。我不想将这些值存储在 mySQL 表中(出于各种原因)。所以说我的 config.php 有这样的内容: 现在说在管理页面
我正在尝试在 tomcat 8(和 jetty 9)和 jvm 1.7.0_51 中运行 Hazelcast 管理中心 Web 应用程序版本 3.2.3。我进入网页并输入登录屏幕的默认用户名和密码(a
我目前正在尝试让 hazelcast 管理中心在我的 Mac 上本地运行,但收到错误通知,就是这样: Error: Could not find or load main class com.ha
我使用单个 WebMethod 在 _layouts 文件夹下创建了一个应用程序页面: [WebMethod] public static string TestConnection(
我是一名优秀的程序员,十分优秀!