mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
d4f47c2a55
Restarting the client previously did not work, as the `shell_execute` function on Android uses `fork` which is not supported. Now, the client is restarted by using an Android intent to restart the main activity. This is triggered by sending a user-defined message from the native code to the SDL main activity thread. |
||
---|---|---|
.. | ||
java/org/ddnet/client | ||
res/values | ||
AndroidManifest.xml | ||
build.gradle | ||
build.sh | ||
gradle-wrapper.jar | ||
gradle-wrapper.properties | ||
gradle.properties | ||
proguard-rules.pro | ||
settings.gradle |