Hello,

I am making a dashboard app for a full hd screen running on Android. This
should always start up with the app and the app should be the only thing
that is open on the device, so it makes sense to configure the app as
launcher. This is no problem and the app gets recognized as launcher, but
the problem is that after setting the app as default launcher, it crashes
after a reboot on startup.

This only happens using Crosswalk (I have tried v14,15 and 16). This is
what I got out of the android log: http://jpst.it/D8Es

I suspect this is a bug in Crosswalk. Can someone please take a look at
this?

To reproduce:
1. Make Cordova project and install Crosswalk
2. Add android platform
3. Add launcher intent filters to AndroidManifest.xml:
                <category android:name="android.intent.category.HOME" />
                <category android:name="android.intent.category.DEFAULT" />
4. build and run
5. Set app as default launcher
6. Reboot.
7. The app crashes

Kind regards,
Kay
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to