Acknowledged

VA3 System.ExitTo()

The  System.ExitTo() call is not functioning in VA3 SW 6.90.  Note: I have not received the v7 SW roll out yet, but want to get this in the bug system.  

  • the app does not switch intent or error, just goes back to the prior stale screen

  • This started with the SW 6.90 of the VA3.  Worked ok in previous versions.  I'm getting feedback from users and can duplicate on my VA3.   Note this is shared code with other  CIQ(2.x+) devices and other devices behave as expected.  

    appid = manifest-id: IDNumber

    var targetApp = new System.Intent(appid);

    try

    {

     System.exitTo(targetApp);

    }

    catch(e)

    {

          do error stuff...

    }

  • Former Member
    Former Member over 5 years ago

    Can you give us some more specifics on how you are using this? I've been testing this out today and haven't been able to reproduce this. are you using this in conjunction with something else like intents?