diff --git a/android-project/app/proguard-rules.pro b/android-project/app/proguard-rules.pro index e717ea0b70..ab66646aff 100644 --- a/android-project/app/proguard-rules.pro +++ b/android-project/app/proguard-rules.pro @@ -85,4 +85,5 @@ void pollHapticDevices(); void hapticRun(int, float, int); void hapticStop(int); + void hapticRumble(int, float , float, int); }