Expose the getSuSFSDaemonPath method to support the installation of the SuSFSD daemon.

This commit is contained in:
ShirkNeko
2025-04-23 23:06:19 +08:00
parent 8aef775474
commit 34f216181f
2 changed files with 8 additions and 1 deletions

View File

@@ -436,7 +436,7 @@ fun restartApp(packageName: String) {
launchApp(packageName)
}
private fun getSuSFSDaemonPath(): String {
fun getSuSFSDaemonPath(): String {
return ksuApp.applicationInfo.nativeLibraryDir + File.separator + "libzakozakozako.so"
}