Ixam97 / CarStatsViewer

MIT License
98 stars 54 forks source link

Bug [Play Editon]: Pressing on notifications can crash the app since parked experiences have been disabled. #243

Closed Ixam97 closed 2 months ago

Ixam97 commented 3 months ago

Because of some restrictions from Google that disallow parked experiences outside of the App Host for IOT-Apps (which makes no sense for me...), those legacy activities are no longer enabled in the App. This can cause crashes when trying to open the App from a notification.

Unable to find explicit activity class {de.ixam97.carStatsViewer.carApp/m4.x}; have you declared this activity in your AndroidManifest.xml?
    com.ixam97.carStatsViewer.ui.activities.PermissionsActivity$onCreate$1.invokeSuspend$lambda$0 (PermissionsActivity.java:47)

With 0.27.1 the notifications will actually open the templated app and not attempt to start legacy activities.