I'm working on a wear App.
I can start the App by handle device only if the same App has been started on the watch at least once since turning on the watch.
If I turn on the watch and try to start App by handled devices, App does not start.
If I click on App icon manually the App starts. Every time after this, the App starts correctly by handle devices.
How can I start App the first time without clicking on the icon?
In my handled Manifest file I have:
<uses-permission android:name="android.permission.WAKE_LOCK"/>
In my wearable Manifestfile I have:
<uses-permission android:name="android.permission.WAKE_LOCK" />
and
<action android:name="com.exaple.sere.path5.ACTION.openWearActivity" />
Thanks in advance