M MikeSimpson Member Licensed User Longtime User Aug 11, 2014 #1 Hello, you can start another app from your app with "StartActivity", but is there a way to close another app from your app? In my case I want to close the Skype app (com.skype.raider). Anyone an idea how to do it?
Hello, you can start another app from your app with "StartActivity", but is there a way to close another app from your app? In my case I want to close the Skype app (com.skype.raider). Anyone an idea how to do it?
barx Well-Known Member Licensed User Longtime User Aug 11, 2014 #2 Don't quote me on this but I doubt you can do this. The reason I say this is, malware could then simply shutdown antivirus before doing it's deed... Upvote 0
Don't quote me on this but I doubt you can do this. The reason I say this is, malware could then simply shutdown antivirus before doing it's deed...
Erel B4X founder Staff member Licensed User Longtime User Aug 12, 2014 #3 The OS library has an api to kill other processes. It doesn't work properly on most devices. Upvote 0
M MikeSimpson Member Licensed User Longtime User Aug 12, 2014 #4 What would be the code to kill the Skype app (com.skype.raider)? Maybe it is working on my device. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 12, 2014 #5 Check the OS library: http://www.b4x.com/android/forum/threads/os-library.11267/#content I never worked with it myself. Upvote 0
Check the OS library: http://www.b4x.com/android/forum/threads/os-library.11267/#content I never worked with it myself.
barx Well-Known Member Licensed User Longtime User Aug 12, 2014 #6 MikeSimpson said: What would be the code to kill the Skype app (com.skype.raider)? Maybe it is working on my device. Click to expand... I use an app called Package Name Viewer to get the package name of an app. Upvote 0
MikeSimpson said: What would be the code to kill the Skype app (com.skype.raider)? Maybe it is working on my device. Click to expand... I use an app called Package Name Viewer to get the package name of an app.
M MikeSimpson Member Licensed User Longtime User Aug 12, 2014 #7 Thank you for the tip. But I know that the app name of Skype is "com.skype.raider", the question mark was about the code ;-) Upvote 0
Thank you for the tip. But I know that the app name of Skype is "com.skype.raider", the question mark was about the code ;-)