Skip to content

Commit

Permalink
Make clearState reset app links state
Browse files Browse the repository at this point in the history
  • Loading branch information
tokou committed Sep 16, 2024
1 parent b1e2898 commit a3cec8a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ class AndroidDriver(
}

shell("pm clear $appId")
shell("pm reset-app-links --user 0 $appId")
}

override fun clearKeychain() {
Expand Down

0 comments on commit a3cec8a

Please sign in to comment.