Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Created April 29, 2022 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorescodro/90ab9d1a0632ecb2d277afac6a13ecde to your computer and use it in GitHub Desktop.
Save igorescodro/90ab9d1a0632ecb2d277afac6a13ecde to your computer and use it in GitHub Desktop.
@After
fun tearDown() {
val manager = context.getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
manager.cancelAll()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment