Is importing resources via ProjectSettings.load_resource_pack() also supported on android?

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

I wonder because on android, the res:// folder is included in the apk and I heard about issues that prevented the res-folder to get modified within an apk file.
It would be a problem because Godot always loads the resource pack files directly into the res-directory.