How to open ConnectIQ app on Watch using Mobile SDK on Android?
I use
openApplication() method:
connectIQ.openApplication(device, app, new IQOpenApplicationListener() { @Override public void onOpenApplicationResponse(IQDevice device, IQApp app, IQOpenApplicationStatus status) { // Handle the response here } });
but every time the watch asks the user to press button if he wants to open the app.
How to avoid this request and open the ConnectIQ app without user interaction?
This is critical for my app, because the app has to start only in specific period of time during the night when user sleeps and can not interact with the watch (lucid dreaming, deep sleep stimulation, REM phase detection etc).
Yes, I know that user can open the ConnectIQ app and keep it open during the whole night, but that's ineffective, drains a lot of watch battery and useless from user point of view, because it blocks user from using other watch functions.