...
if (session == null) {
session = Record.createSession({:name=>"Tabata", :sport=>prop_activity, :subSport=>prop_sub_activity});
}
...
session.start();
When recording an activity after a fresh install, native apps like "run" or "pool-swim" "leak" into my app.
In case of recording a run, when my app has triggered a recording session, a few seconds into the activity the "GPS Ready" from the nativ run app is popped up.
In case of recording a pool-swim, the whole native pool swim activity start pops over my app and stops my app recording session.
Is this some sort of bug in connectIQ or have I found some way starting native apps? :D