Hello
I have a very strange behavior.
We have a PTT app, and it runs on all types of devices. Some devices have a PTT button built into them which we can use via intent handling. The PTT button triggers an intent which is received into a service(set in the manifest file) and when we get PTT down intent to call startactivity(main) and the app pops up instantly.
The above is generally true when the user press's the back key, however when the home key is pressed, that is a 3 second delay before the app pop's up.
some info: https://stackoverflow.com/questions...oid-home-key-and-back-key-and-their-behaviour
Any advice on this ?
Regards
John.
I have a very strange behavior.
We have a PTT app, and it runs on all types of devices. Some devices have a PTT button built into them which we can use via intent handling. The PTT button triggers an intent which is received into a service(set in the manifest file) and when we get PTT down intent to call startactivity(main) and the app pops up instantly.
The above is generally true when the user press's the back key, however when the home key is pressed, that is a 3 second delay before the app pop's up.
some info: https://stackoverflow.com/questions...oid-home-key-and-back-key-and-their-behaviour
Any advice on this ?
Regards
John.
Last edited: