BitBoxSwiss / bitbox-wallet-app

The BitBoxApp for desktop and mobile.
https://bitbox.swiss/app
Apache License 2.0
254 stars 82 forks source link

frontend/android: fix startup crash #2841

Closed Beerosagos closed 2 months ago

Beerosagos commented 2 months ago

A recent upgrade to targetSdkVersion 34 (ffc030aa6) caused a crash when starting the app. This fixes the crash adding permission requests in the manifest and updating the registerReceiver call in MainActivity to v34 requirements.

benma commented 2 months ago

Damn Android is so fragile :sweat_smile: thanks a lot!