• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Compiled Prifile

I have a compiled profile that is running on three phones. It monitors changes to the calendars and has no manual input.

The one speed bump I encountered was that I must specify a function to invoke when the icon is clicked ... OK I added one.

The profile does not seem to start until it is manually invoked once. After that it seems to remain operational even after reloading.

Is there a way to invoke it the first time automatically? What is the best "dummy: function to use for the "click on icon" function?

... Thom
 
I though it should run after installation, but apparently it doesn't. .. my best guess is that the code isn't loaded into memory until you launch the app.

You could try and include a profile "device boot" that runs a task that in its turn sets the main profile active.
 
Back
Top Bottom