Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
No daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Dec 30, 2023
1 parent a399e59 commit 360bdf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal class ShizukuService : Shizuku.UserServiceArgs(
)
) {
init {
daemon(true)
daemon(false)
debuggable(BuildConfig.DEBUG)
version(BuildConfig.VERSION_CODE)
processNameSuffix("shizuku")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ internal class SuService : RootService() {
BuildConfig.APPLICATION_ID,
SuService::class.java.name
)

addCategory(CATEGORY_DAEMON_MODE)
}
}
}

0 comments on commit 360bdf2

Please sign in to comment.