I have one application which used to be taking sensitive SMS permissions. But I removed them and tried to upload a new APK without those permissions. But when submitting the
After Mar 9, 2019, The option of No, this release does not meet the SMS and call log permissions policy has been gone, and we stuck in the Declaration form that not exactly needed after we removed the sensitive permission list.
I solved that issue by the following steps:
All our work will be in "App releases" tab
Make sure you don't use any of the sensitive permissions for the last APK that you uploaded in the Google Console play You can check the final list of permissions by open production track or any track that has the last APK and open the required permissions:
expand the "Required permissions"
If all your APK permissions not on the list of the google sensitive permissions high risk or sensitive permissions you ready to go to the next step
Remove all Active APKs that using the sensitive permissions from all Release tracks.
Now check all Tracks (Open track, Closed tracks, Internal test track & Pre-registration)
Then for the Production track Create Release with your Latest APK (without sensitive APK) and you will find that Declaration form has gone.
Submit and Rollout