mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-04 15:54:25 +02:00
remove println lol
This commit is contained in:
parent
be4066bbf6
commit
1982ac27e2
@ -13,7 +13,6 @@ object RequestInstallAppsContract : ActivityResultContract<String, Boolean>(), K
|
||||
override fun createIntent(context: Context, input: String) = Intent(Settings.ACTION_MANAGE_UNKNOWN_APP_SOURCES, Uri.fromParts("package", input, null))
|
||||
|
||||
override fun parseResult(resultCode: Int, intent: Intent?): Boolean {
|
||||
println("Finished")
|
||||
return pm.canInstallPackages()
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user