diff --git a/android-project/app/proguard-rules.pro b/android-project/app/proguard-rules.pro index 975554b8a5..e588abdfc4 100644 --- a/android-project/app/proguard-rules.pro +++ b/android-project/app/proguard-rules.pro @@ -24,6 +24,7 @@ int createCustomCursor(int[], int, int, int, int); void destroyCustomCursor(int); android.app.Activity getContext(); + java.lang.String getDeviceFormFactor(); boolean getManifestEnvironmentVariables(); android.view.Surface getNativeSurface(); void initTouch();