It may be caused by this permission:
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
Why do you declare this permission in the Manifest?
You should know that it is (most likely) not allowed/granted by Google.
It may be caused by this permission:
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
Why do you declare this permission in the Manifest?
You should know that it is (most likely) not allowed/granted by Google.