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; } }