<How to resolve content provider authority conflic...
# stackoverflow
r
How to resolve content provider authority conflicts in Android Manifest for package name app.digiedu.android Your APK or Android App Bundle needs to have the package name app.digiedu.android. Remove conflicts from the manifest before uploading. The following content provider authorities are in use by other developers: com.example.app.androidx-startup, com.example.app.provider. is showing when i am updating the app in play store my client has upload the app with app generator but now i have build it with kotlin i changed my directory name from file from com->example->android to app->digiedu->android...