I am working on an application which shows the list of whatsapp status in the app. Now my questions it that after the scoped storage we can't access that specific path so what to do now? Or all the whatsapp status saver applications won't work in future? Right now i am access the statuses folder like this.
String whatsappStatus = (Environment.getExternalStorageDirectory().getAbsolutePath() + "/WhatsApp/Media/.Statuses");
But it is not working on android 11 of course.If i use
All files access
to access all files on phone google play don't allow it unless it's the last solution which is not the case here.
Is there any hope that whatsapp would store the status in public directly in future or they would allow access to that specific directly?