Skip to content

Commit

Permalink
remove println lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelen123 committed Dec 20, 2024
1 parent be4066b commit 1982ac2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}

0 comments on commit 1982ac2

Please sign in to comment.