This commit is contained in:
5ec1cff
2024-10-04 10:56:27 +08:00
parent ab0f9bdd42
commit 56b3cb8214
9 changed files with 5 additions and 40 deletions
@@ -9,4 +9,4 @@ class FileSystemService : RootService() {
override fun onBind(intent: Intent): IBinder {
return FileSystemManager.getService()
}
}
}
@@ -190,4 +190,4 @@ class MainActivity : AppCompatActivity() {
super.onDestroy()
connection?.let { RootService.unbind(it) }
}
}
}
@@ -189,4 +189,3 @@ public final class SuFilePathHandler implements WebViewAssetLoader.PathHandler {
return mimeType == null ? DEFAULT_MIME_TYPE : mimeType;
}
}