Update the Android editor flavors to avoid vendor-specific references
This commit is contained in:
parent
74de05a01c
commit
741efa632a
10 changed files with 32 additions and 28 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue