I would like to import whatsapp chats in my app; I try to use content provider but response is permission denied; This is my first app and this is the first time that I use content provider so I don't know if it is impossible to import chat or something in my code is wrong.
My code is:
Uri uri = Uri.parse("content://com.whatsapp.fileprovider");
ContentProviderClient cr = getContentResolver().acquireContentProviderClient(uri);