mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
Encode security log data payload to json
Initialize Dhizuku with context fix #85
This commit is contained in:
@@ -66,7 +66,9 @@ class Receiver : DeviceAdminReceiver() {
|
||||
override fun onSecurityLogsAvailable(context: Context, intent: Intent) {
|
||||
super.onSecurityLogsAvailable(context, intent)
|
||||
if(VERSION.SDK_INT >= 24) {
|
||||
handleSecurityLogs(context)
|
||||
CoroutineScope(Dispatchers.IO).launch {
|
||||
handleSecurityLogs(context)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user