I have published my application in alpha testing. Google console showing the google app crash report.
It shows one error in few devices.
Application crash is in this line
Intent intent = new Intent(Intent.ACTION_EDIT, ContactsContract.Profile.CONTENT_URI);
Error log is- "android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.INSERT dat=content://com.android.contacts/profile }"
and also one thing to note that here it is working in lolipop devices but it crashes in above the lolipop version
but i am not facing that error in real devices. but I am faces that error in simulator.
as I don't have all real devices to test the application
So if you have any experience like this please share with me so I can get more idea.
So i can take decision to upload in live or not.