As the code presented, we would like to set a schedule at which time to start the application. Once the application start, it checks something from native function e.g. permission, get intent value. However, after the alarm manager trigger app start, all the native function call is no return success and app suspend. I have tried the app which was running smooth if i commented out all the native function call.
On Wednesday, July 6, 2016 at 1:35:50 PM UTC+8, Shai Almog wrote: > > You shouldn't use your own activity or implement/extend additional classes > in the native interface itself. We already have a portable way for > background notifications so it's unclear to me what you are trying to > achieve with native interfaces here? > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/3f33c786-da3b-4f1d-af54-c573d299415d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
