Hi All,
Can we call activity from service? if yes anyone knows block of code.
Thanks in advance.
Regards,
Narendra

<activity android:name="MyActivity">
<intent-filter>
<action android:name="com.package.MY_DIALOG"></action>
<category android:name="android.intent.category.DEFAULT"></category>
</intent-filter>
</activity>
Intent i = new Intent("com.package.MY_DIALOG");
i.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(i);


limteckchai wrote:Interesting Code!!!!
Does Any one has any idea how this snippet can be put to practical use??

..
Users browsing this forum: No registered users and 7 guests