DDraceNetwork Docs
android_main.h File Reference
#include <base/detect.h>
Include dependency graph for android_main.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const char * InitAndroid ()
 
void RestartAndroidApp ()
 

Function Documentation

◆ InitAndroid()

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.

Returns
nullptr on success, error message on failure.

◆ RestartAndroidApp()

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.