2009/5/16 Nio <[email protected]>

>
> Hi guys,
>
> I'm implement the function of invokeOemRilRequest(), but I can't find
> a  app to call this function.
>
> I can see that there is a CoreTests.apk has been implemented in
> android. And from the log we can see that it has been installed when
> system up. But I can't find it in the user interface.


            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
In the AndroidManifest.xml of apk makes that APK to launch in launch pad, I
guess this will help,
Ignore if it dosent...


> Even I chang its
> name to a system app's name like Messaging. I'm sure it has been
> install, but where is it?
>
>  My question is how can I find and run the app? I need this to test my
> OEM implementation.
>
> Thanks if any one help and apologize if I'm posting the wrong place.
>
> Nio
> >
>


-- 
Cheers
(: Naveen Krishna Ch :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to