I have an application on play store to whom the targetSdkVersion is update to 30 from 29, which is getting rejected again and again by Google Play after an upda
I can able to get all the configured gmails using below code snippet Account[] accounts = AccountManager.get(this).getAccounts(); for (Account account : acco