v2.3.1: added a setting for vibration & improved vibration support logic
This commit is contained in:
@@ -39,6 +39,8 @@ public abstract class PlatformSupport {
|
||||
|
||||
public abstract boolean connectedToUnmeteredNetwork();
|
||||
|
||||
public abstract boolean supportsVibration();
|
||||
|
||||
public void vibrate( int millis ){
|
||||
if (ControllerHandler.isControllerConnected()) {
|
||||
ControllerHandler.vibrate(millis);
|
||||
|
||||
Reference in New Issue
Block a user