wjc
2026-03-27 ce83a2fb54a9526fd76aa3ef8ba79c33940921fc
app/src/main/java/com/hdl/photovoltaic/other/HdlBluetoothLogic.java
@@ -142,6 +142,7 @@
        this.configurator.release();
    }
    /**
     * 获取权限状态( 权限检查结果对比)
     * 检查是否拥有必要的运行时权限(Android 12+ 需动态申请新权限)
@@ -167,4 +168,7 @@
        }
        return true;
    }
}