bitcoin-core / gui-qml

Bitcoin GUI (experimental QML-based fork)
MIT License
107 stars 40 forks source link

android: go back to the app when clicking the notification #314

Closed johnny9 closed 1 year ago

johnny9 commented 1 year ago

This commit sets up the intent that will reopen the BitcoinQtActivity when a user clicks the notification when its in their notification bar.

Windows Intel macOS Apple Silicon macOS ARM64 Android

GBKS commented 1 year ago

What does it mean to reopen the BitcoinQtActivity?

johnny9 commented 1 year ago

What does it mean to reopen the BitcoinQtActivity?

Thats just the Container for the application. Essentially like the window for the desktop client. In the Android world they are called Activities.

GBKS commented 1 year ago

So tapping the notification opens the application, right?

johnny9 commented 1 year ago

So tapping the notification opens the application, right?

that's correct