Is it possible to launch an app from a script ?

Is it possible to launch an app from a script ?

]]>
(Next Post) »

5 Commentsto Is it possible to launch an app from a script ?

  1. Anonymous says:

    < ![CDATA[

    yes. You need at least the package name for it.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    LL.startActivity(LL.getContext().getPackageManager().getLaunchIntentForPackage(” packagename “));

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Or you can make an invisible shortcut and launch it

    ]]>

  4. Anonymous says:

    < ![CDATA[

    Lukas Morawietz​​ what is the package name for Hangouts ?


    com.google.android.talk

    ]]>

  5. Anonymous says:

    < ![CDATA[

    Lukas Morawietz Brillant.Many thanks.Working fine

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *