Edit: Found the XML files, this works for my purposes

For anyone who doesn't know, the XML files for your App (where your ini data is saved) are stored in data/data/com.blah.yourapp/shared_prefs

You must have root access, and use a root-enabled file browser (I used this one: https://play.google.com/store/apps/d...ot.browserfree)


Is there any way to access the INI files created by our apps (I know they are saved "virtually" and not to a specific location on the device)? I'm having an issue with them but don't know what is wrong without being able to view the INI files as text :/

I'd like to be able to load it into an Edit Box or String directly in my app, in a "Debug" frame. Is this possible?