Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Dec 10, 2023
1 parent c61b68b commit af4f6c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/java/io/legado/app/help/IntentHelp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ object IntentHelp {
if (intent.resolveActivity(appCtx.packageManager) == null) {
return Intent.createChooser(intent, "请选择浏览器")
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
intent.`package` = appCtx.packageName
}
return intent
}

Expand Down

0 comments on commit af4f6c5

Please sign in to comment.