fix android release can't find method

This commit is contained in:
csf
2022-04-05 17:15:48 +08:00
parent 86c6f9446d
commit c939b3c7bd
2 changed files with 7 additions and 2 deletions

View File

@@ -16,7 +16,6 @@
android:label="RustDesk"
android:requestLegacyExternalStorage="true">
<!-- 暂时不开启接收开机广播的功能 enabled设置为false-->
<receiver
android:name=".BootReceiver"
android:enabled="false"
@@ -71,4 +70,4 @@
android:value="2" />
</application>
</manifest>
</manifest>