0

I have a rooted device and I would like my app to read WhatsApp IMs from local database. I know there are a couple of similar questions out there but I couldn't find a working example.

When I manually go to internal storage/WhatsApp/Databases I can see there are a couple of encrypted databases in there:

msgstore.db.crypt12

Can anyone please provide me with a working example?

Note: I don't want to use AccessibilityService/ NotificationsListenerService to read the messages and my device is rooted.

android enthusiast
  • 2,062
  • 2
  • 24
  • 45

1 Answers1

0

I found that this solution is working

android enthusiast
  • 2,062
  • 2
  • 24
  • 45