navigate to home after successfully activate device admin

This commit is contained in:
BinTianqi
2024-05-06 16:33:57 +08:00
parent 3d5f9b949b
commit b71f0dbb8d
4 changed files with 8 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ lateinit var getCaCert: ActivityResultLauncher<Intent>
lateinit var createManagedProfile: ActivityResultLauncher<Intent>
lateinit var getApk: ActivityResultLauncher<Intent>
lateinit var getUserIcon: ActivityResultLauncher<Intent>
lateinit var addDeviceAdmin: ActivityResultLauncher<Intent>
var userIconUri: Uri? = null
var apkUri: Uri? = null