v2.3.1: added a setting for vibration & improved vibration support logic

This commit is contained in:
Evan Debenham
2024-01-25 13:09:00 -05:00
parent b849ca58f0
commit f36dda3064
9 changed files with 147 additions and 72 deletions

View File

@@ -166,6 +166,11 @@ public class AndroidPlatformSupport extends PlatformSupport {
}
}
@Override
public boolean supportsVibration() {
return true; //always true on Android
}
/* FONT SUPPORT */
//droid sans / roboto, or a custom pixel font, for use with Latin and Cyrillic languages