Answer the question
In order to leave comments, you need to log in
Do I need to use the privacy policy in my application on Google play?
Google recently updated the rules for apps published on Google play. I read all the rules. Everything is clear, except for one moment.
My application uses 3 permissions:
<uses-permission android:name="android.permission.SET_WALLPAPER"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.google.android.gms:play-services-analytics:8.4.0'
compile 'com.google.android.gms:play-services-plus:8.4.0'
compile 'com.google.android.gms:play-services-ads:8.4.0'
compile 'com.google.android.gms:play-services-appindexing:8.4.0'
}
Answer the question
In order to leave comments, you need to log in
No, you don't need a privacy policy. AdMob is Google advertising, it does not drag anything extra, no data. You yourself also do not collect a list of installed applications or user contacts. So everything is ok.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question