mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
optimize shizuku related function and wifi ssid poliicy
This commit is contained in:
@@ -5,8 +5,7 @@ import android.content.Intent
|
||||
import androidx.activity.result.ActivityResultLauncher
|
||||
import kotlinx.coroutines.flow.MutableStateFlow
|
||||
|
||||
var selectedPermission = ""
|
||||
var applySelectedPermission = MutableStateFlow(false)
|
||||
var selectedPermission = MutableStateFlow("")
|
||||
lateinit var createManagedProfile: ActivityResultLauncher<Intent>
|
||||
lateinit var addDeviceAdmin: ActivityResultLauncher<Intent>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user