Camera permission

Hello,

I just created my first app and wanted to upload it to the play store. Its just a 1 screen app with a picture and some tekst. I keep getting the message that I need a privacy policy for the following requirement:

android.permission.CAMERA

I do not have any camera using things/widgets in my app.

Kind regards,
Remco

Hi Remco,

By default Flipabit uses following permissions for all apps.

<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>

Unfortunately, there is no way to select permissions now. We will add this feature in the next release.

Please use this free online policy generator to get your url https://termsfeed.com/wizard/privacy-policy. And then paste url in Google Play Console

2 Likes

Thank you for the quick response!

Any idea on when the next update will be released?

Kind regards,
Remco

It will be released in two weeks.


Back to Flipabit >
Copyright © 2018. Flipabit Team. All rights reserved.