Per the Creating Immersions documentation one can Specify android:immersive="true" for your <activity> element to give immersions focus after a screen sleeps and wakes up.
From my experience, this returns you to the last activity that the user was on before Glass went to sleep, for example: If the user went to ActivityA, then ActivityB, then ActivityC, and Glass goes to sleep, when the user wakes Glass up they're returned to ActivityC.
Is there a way to have the user returned to a specific activity? Say, the same scenario happens as described above, but when Glass wakes up the user is returned to ActivityA?
Thanks in advance, Cole