3

I have an app that access status folder in whatsapp/media directory.

But on android 11 my app is not working due to android 11 scoped storage.

Is there a way to access statuses folder in whatsapp/media directory ?

Nikhil kumar
  • 151
  • 1
  • 7

3 Answers3

3

In Android 11 the path has changed to /Android/media/com.whatsapp/WhatsApp/media

3

I think it might be work.

String mString=  Build.VERSION.SDK_INT<=30  ? "WhatsApp/Media/.Statuses":"Android/media/com.whatsapp/WhatsApp/Media/.Statuses";
  • Recently I checked the path but still its there in older path. Not sure is it for particular version only ? – Smeet Jun 07 '21 at 08:17
2

Google Play changed their policy in All file access permission.

Here I mentioned below the github link where he used file access for Whatsapp status Downloader but the problem is if you publish it on playstore means it won't work they will reject your app so you can find the solution for that. https://github.com/GauthamAsir/WhatsApp_Status_Saver