manager: open webui in single task (#1531)

This commit is contained in:
5ec1cff
2024-03-26 08:55:34 +08:00
committed by GitHub
parent cb7f414e39
commit c4d28e6256
5 changed files with 102 additions and 12 deletions

View File

@@ -31,6 +31,9 @@
android:value="" />
</activity>
<activity android:name=".ui.webui.WebUIActivity"
android:exported="false" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"