Re: [android-developers] Using Implicent Intent to open system application

2012-06-29 Thread Justin Anderson
Oh, and you are setting up an EXPLICIT intent, not an IMPLICIT intent... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 29, 2012 at 4:25 PM, Justin Anderson wrote: > You already asked this question and you received an answer... What more do >

Re: [android-developers] Using Implicent Intent to open system application

2012-06-29 Thread Justin Anderson
You already asked this question and you received an answer... What more do you want? The problem is that nothing is calling your LaunchComponent() method... As you were told before, override the onCreate() method and call your LaunchComponent() method from there. Thanks, Justin Anderson MagouyaW