Go Back   Android Forums > Android Development > Application Development

Application Development Dev Lounge for the Coder Folks



Reply
 
LinkBack Thread Tools
Old March 17th, 2010, 07:16 AM   #1 (permalink)
New Member
 
Join Date: Mar 2010
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Closing a process when Process ID & Process Name is known

Hi All,
I am having a requirement that i want to close a process that is running from my application.
For Example :
If a pdf file is opened in the device, i want that if my application is launched it should close.
I am able to get the process id i.e 620 & process name : "com.htc.pdfreader"
by using
for (int i=0;i<appList.size();i++)
{
RunningAppProcessInfo rti = (RunningAppProcessInfo)appList.get(i);
Log.v( "", "PID"+rti.pid+"Process Name"+rti.processName );
}
Now, for closing this i have tried
android.os.Process.killProcess(Process ID);
But no success.
then i tried :
process = Runtime.getRuntime().exec(rti.processName);
process.destroy();
again it was not successful.
Can you please let me know how this can be achieved.
Thanks
Jaya

jhoondlani is offline  
Reply With Quote
Sponsors
Reply

Bookmarks


Go Back   Android Forums > Android Development > Application Development User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Process Android.process.acore has stopped unexpectedly gtpdjw Eris - Support and Troubleshooting 38 February 9th, 2012 04:34 PM
Support Still getting Process com.google.process.gapps has stoped unexpectedly !!! TJS_03 Samsung Moment 7 December 24th, 2010 03:21 PM
Support the process android.process.acore has stopped unexpectedly. please try again sarah-gash Samsung Galaxy S 1 October 9th, 2010 03:44 PM
The Process android.process.acore has stopped unexpectedly wase4711 EVO 4G - All Things Root 1 September 15th, 2010 10:48 AM



All times are GMT -5. The time now is 12:49 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo


SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.