v2.3.1: added a setting for vibration & improved vibration support logic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user