manager: use SuFile to load webview assets to avoid spoofing manager's mount namespace

This commit is contained in:
weishu
2024-02-23 18:03:36 +08:00
parent cbc04ff6df
commit 9635a00036
7 changed files with 541 additions and 207 deletions

View File

@@ -100,6 +100,7 @@ dependencies {
implementation(libs.com.github.topjohnwu.libsu.core)
implementation(libs.com.github.topjohnwu.libsu.service)
implementation(libs.com.github.topjohnwu.libsu.io)
implementation(libs.dev.rikka.rikkax.parcelablelist)