From 1f581181bbf69ca17bd407ace4b798d73531efa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=B6=8A=E8=B6=85?= Date: Tue, 1 Jul 2025 11:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/android/cordova/plugin?= =?UTF-8?q?/uhf/UHF.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/android/cordova/plugin/uhf/UHF.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/cordova/plugin/uhf/UHF.java b/src/android/cordova/plugin/uhf/UHF.java index acf7a14..f9ea80a 100644 --- a/src/android/cordova/plugin/uhf/UHF.java +++ b/src/android/cordova/plugin/uhf/UHF.java @@ -22,7 +22,7 @@ public class UHF extends CordovaPlugin { private CallbackContext inveCallbackContext; private static SoundPool soundPool; private static int soundID; - private boolean notSupported = true; + private boolean notSupported = false; private int getRawResourceId(String resourceName) { Context context = cordova.getActivity().getApplicationContext();