manager: refine webui (#1535)

This commit is contained in:
5ec1cff
2024-03-26 17:16:01 +08:00
committed by GitHub
parent c4d28e6256
commit 8b85e003f6
9 changed files with 72 additions and 122 deletions

View File

@@ -32,7 +32,10 @@
</activity>
<activity android:name=".ui.webui.WebUIActivity"
android:exported="false" />
android:autoRemoveFromRecents="true"
android:documentLaunchMode="intoExisting"
android:exported="false"
android:theme="@style/Theme.KernelSU.WebUI" />
<provider
android:name="androidx.core.content.FileProvider"