I want to make an Android application which has both an APK and OBB file inside its own resources. The main point is to create a new folder in Android - obb of the internal storage, and then copy the OBB file from the resources to the newly created folder.
Is this possible, or does Android restrict write access to the internal memory? A yes or no would do, that would greatly help. I have read so many different answers, some say that it is only possible to write to external storage (SD-card).
If it is not possible, is there another way I can do this? The purpose is to automate the process for people who do not know how to properly move an OBB file to Android - obb for a game to work.