I have a tablet with Android 4.2 and would like to copy/move the application user data (savegames, ...) from one user to another. I have root. Which directory do I need to move/copy. And do I have to care about the permissions?
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
/data/data/com.myapp, wherecom.myappis the app's package name) and the fact that JB uses numerics (like e.g./mnt/sdcard0) for user specific stuff: Check if there's something similar, I'd guess it will be something like/data/data0/com.myappfor the first user). – Izzy Jan 6 at 0:05