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.
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.
With 0.27.1 the notifications will actually open the templated app and not attempt to start legacy activities.