Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to address this issue, APK or AAB is using permissions that require a privacy policy: (android.permission.CAMERA) [duplicate]

Your APK or Android App Bundle is using permissions that require a privacy policy: (android.permission.CAMERA).

In my AndroidManifest.xml file i already request the CAMERA Permission,

<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera"/>
<uses-feature android:name="android.hardware.camera.autofocus"/>

But still i got this error.
like image 374
Elango Avatar asked Oct 21 '25 06:10

Elango


1 Answers

You need to provide a link of your Privacy Policy for your app in Google Play console

You can provide a privacy policy to your app by navigating to:

Play Console -> Your App -> App Content -> Privacy Policy -> A field where you should give your URL link

And to generate a Privacy policy (If you don't have any) you can use online privacy policy generator.

Ex: Privacy policy generator

Now to host your privacy policy. You can do any of this:

If you have a server you can host the file in your server and use that link. If not then there is some other way to make your work done.

  1. You may put your file in git then use that link
  2. You can just create a doc with your policy text in your Google Drive and then select File-> Publish for web, you will get a link to share. Use that link
like image 194
Soumik Bhattacharjee Avatar answered Oct 27 '25 03:10

Soumik Bhattacharjee



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!