Physical location of localStorage in android app

i have saved json data in localStorage. in browser it’s showing with id and value.i build and install app in android device. i want to see physical location of localStorage data in android device.
Where localStorage data stored in case of android device.
Plz help me :slight_smile:

Local storage data is stored in the browsers memory (as in the embedded web view that your application runs in when running on a device)

1 Like

We can see localstorage data in web brower. can i see same data in android device. where localstorage data saved in case of android device.