Skip to content

Commit

Permalink
Added detectUnsafeIntentLaunch() to strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Jan 21, 2025
1 parent b8b9a3b commit 17ca78f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ class WordPressDebug : WordPressApp() {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
detectNonSdkApiUsage()
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
detectUnsafeIntentLaunch()
}
}
.build()
)
Expand Down

0 comments on commit 17ca78f

Please sign in to comment.