DDraceNetwork Docs
|
#include <base/detect.h>
Go to the source code of this file.
Functions | |
const char * | InitAndroid () |
void | RestartAndroidApp () |
const char * InitAndroid | ( | ) |
Initializes the Android storage. Must be called on Android-systems before using any of the I/O and storage functions.
This will change the current working directory to the app specific external storage location and unpack the assets from the APK file to the data
folder. The folder user
is created in the external storage to store the user data.
Failure must be handled by exiting the app.
nullptr
on success, error message on failure. void RestartAndroidApp | ( | ) |
Sends an intent to the Android system to restart the app.
This will restart the main activity in a new task. The current process must immediately terminate after this function is called.