I got "Reason for warning: Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement" warning from play store today morning. I have used 6 permission in Android Manifest file and i have not ask for any personal information from the user. I have used google admob dependency. Please see below details for permission and advertisement dependency.
classpath 'com.google.gms:google-services:3.2.0'
implementation 'com.google.android.gms:play-services-ads:15.0.1'
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="com.android.alarm.permission.SET_ALARM" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.WAKE_LOCK" />