wjc
1 天以前 770c89ab981b7659faabf8a812a25d99a11bdebf
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;
    }
}