Closed Beerosagos closed 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.
registerReceiver
MainActivity
Damn Android is so fragile :sweat_smile: thanks a lot!
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 inMainActivity
to v34 requirements.