How is the preference for Vulkan or OpenGL ES is determined at Android game initialization?

Here you can check both Support OpenGL ES and Support Vulkan.

So, how does the engine determine which API to use at runtime if both are built into an APK? Interface (RHI), chosen by the Device Profile at runtime. Device Profile?

Unity has a list to specify the order: Unity - Manual: Android Player settings

Thanks