Combination View Flat View Tree View
Threads [ Previous | Next ]
Good day!
 
I am trying to use application URI App:Close and discover that this URI not works in most cases:
 

1. "App:Close" does nothing (push to phone and as answer to request from phone).


2. "App:Close:0:0:app/id" Invalid URI error (push to phone and as answer to request from phone).

 
3. "App:Close:0:10:app/id" Invalid URI error (push to phone and as answer to request from phone).


4. "App:Close:1:10:app/id" works only in push to phone.


I want to realize somthing like:


1. User press button "Exit"
2. Phone requesting http server
3. Server do something and return ExecuteItem with URL App:Close.


Is that possible?


All phones have firmware 8,3,2 and above.


P.S. I cant use "Init:Services" because there is many opened applications may be on phone in one time. This command will close them all, am i right?