How do I save ProjectSettings on Android?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By AndreWharn

As the title already says, is there a way to save the ProjectSettings on Android as well?
Perhaps I need to enable to special permissions for them? Because they just don’t seem to save/load any settings I save.

The image above shows how I handle the saving; it’s pretty simple, I just use the save_custom() function with the name suggested in the ProjectSettings documentation to make the game load them, that’s it. The game saves them once the game closes.