mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
cmd/gogio: lower minimum OpenGL ES to 2.0 on Android
The Fairphone 2 only supports OpenGL ES 2.0, but otherwise seems capable of running Gio. By lowering the minimum requirement, Gio apps will be available in the Play Store for Fairphone 2 devices. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -19,7 +19,7 @@ var AndroidPermissions = map[string][]string{
|
||||
}
|
||||
|
||||
var AndroidFeatures = map[string][]string{
|
||||
"default": {`glEsVersion="0x00030000"`, `name="android.hardware.type.pc"`},
|
||||
"default": {`glEsVersion="0x00020000"`, `name="android.hardware.type.pc"`},
|
||||
"bluetooth": {
|
||||
`name="android.hardware.bluetooth"`,
|
||||
`name="android.hardware.bluetooth_le"`,
|
||||
|
||||
Reference in New Issue
Block a user