When I upload my app to Google Play Store. I notice that the Play Store required declaration for 3 permission. Which I don’t remember when I added it.

How to deal with this?

Go to Build -> Analyze APK

Check the Manifest file to see the content of the .apk or the .aab file
Ask ChatGPT to annalyze which field cause the permission Error.
Then remove from your Manifest.
Then rebuild and upload again
Done.