Android Question Close adobe reader

cncncn

Member
Licensed User
Longtime User
Hi,


Is it possible to close or kill adobe reader with instruction.

Thanks for your responses
 

cncncn

Member
Licensed User
Longtime User
I find my pid but it doesn't work
B4X:
dim closeadobe as operatingsystem
closeadobe.initialize("closeadobe")
closeadobe.killprocess(144287)

why? permissions?
 
Upvote 0

luciano deri

Active Member
Licensed User
Longtime User
As I previously answered there is no reliable way to kill other processes. This includes Adobe Reader.

You can use a service to bring your activity to front with StartActivity.
How? With StartActivity i start the intent for display a PDF, but i need close this for delete it and create a new with same name.
 
Upvote 0
Top