You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Update the Android editor flavors to avoid vendor-specific references
This commit is contained in:
@@ -38,7 +38,7 @@ package org.godotengine.godot.utils
|
||||
import android.os.Build
|
||||
|
||||
/**
|
||||
* Returns true if running on Meta's Horizon OS.
|
||||
* Returns true if running on Meta Horizon OS.
|
||||
*/
|
||||
fun isHorizonOSDevice(): Boolean {
|
||||
return "Oculus".equals(Build.BRAND, true)
|
||||
|
||||
Reference in New Issue
Block a user