From 7418e1aef1668b594659aba7789c446698787d7d Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 3 Jul 2026 16:52:13 +0100 Subject: [PATCH] Update proguard-rules.pro --- android-project/app/proguard-rules.pro | 1 + 1 file changed, 1 insertion(+) 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();