Internal Storage > Android > data > com.hypno.app (or similar package name) > files > saves .
What happens to all your hard-won progress data if you get a new phone, reinstall the app, or want to stop using it altogether? The ability to manage your data is a sign of a well-designed and user-respecting app.
to the saves folder in the new installation's directory. Paste your backed-up .save files into this folder.
Implement the backup strategies outlined here before you need them. Test your recovery process annually. And never assume "the cloud has it" without verifying.