上传应用程序到playstore,但它给我的错误如下: Your APK or Android App Bundle is using permissions that require a privacypolicy: (android.permission.CAMERA) 我对androidmanifest的权限如下: <uses-permission android:name="android.permission.ACCESS_FINE_LOCATIONandroid.permis
我使用expo和React Native构建了一个安卓应用程序。当我尝试发布应用程序时,我得到了错误:
Your app has an apk with version code 5 that requests the following permissions:Apps using these permissions in an APK are required to have a privacy policy set.如何在React Native或Expo中添加这些权限?或者我需<