Expose the getSuSFSDaemonPath method to support the installation of the SuSFSD daemon.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user