I have an Android App that was removed from Play Store due to the new Google privacy policy. The old one is using SMS and phone status permissions, now I created a new one without those permission with reduced functionality. I want to publish this new version but with a new name or flavor, I don't know exactly that's why I'm here, to avoid the automatic app update of the current users. So, the new users can download the new version and the old ones keep the full featured app.
At this moment I have cloned the old project and created the new version. What precaution should I take to upload as new app? Should I change the project name? Change the apk key? Create a new flavor?
I'm lost. Please guide me.