You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance (#17)
- Performance
- replace WakeIntentService with JobIntentService
- Demo App
- update EvadeMe
- Use lifecycleScope to support new version of evade
add RemoteCommandExecutor.kt to manifest and mark internal (#12)
* add RemoteCommandExecutor.kt to manifest and mark internal
* update release version in README.md
feature_coroutines (#5)
* coroutine launch builder function for command handler.
* join on coroutine builder before finishing async in RemoteCommandReceiver.kt