Google Play store continuous rejection due to NOT compliant with the All Files Access Permissions policy

Viewed 2272

Google's review team keeps rejecting our App after Target SDK API level to 30 migration. The rejection reason is that your app has been rejected and wasn't published due to a policy violation. Policy: All Files Access Permission.

Play store rejection:
Play store rejection

We have not been added any sensitive permission & APIs in our latest manifest. Also could not found any APK which request sensitive permissions from our recent submission.

Manifest permission:
Manifest permission

In one of our previous submissions, we have accidentally submitted a declaration form for 'All file Access" permission but this got rejected by Google.

Declaration submitted:
Declaration submitted

Even though we have been fixed this permission issue in the latest APK but declaration form never disappeared or cannot delete manually. The app is keep getting rejected for the same old reason. Anyone who had this experience or knows how to resolve this issue.

2 Answers

It might be added by another library, you can check all permissions requested by your application in the merged manifest file.

enter image description here

Related