[android-developers] Any better way to implement the backwards notification from installd to Installer

2010-05-24 Thread Hao Feng
I plan to make some tasks like DEX file optimization be processed by installd on the background asynchronously, thus installd needs to notify the Installer of the result at some uncertain point when the request has been processed. Currently, a socket connection will be established each time when

[android-developers] Any better way to implement the backwards notification from installd to Installer

2010-05-24 Thread Hao Feng
Hi all, I plan to make some tasks like DEX file optimization be processed by installd on the background asynchronously, thus installd needs to notify the Installer of the result at some uncertain point when the request has been processed. Currently, a socket connection will be established each

[android-developers] Any better way to implement the backwards notification from native component to framework

2010-05-24 Thread Hao Feng
Hi, I plan to make some tasks like DEX file optimization be processed by installd on the background asynchronously, thus installd needs to notify the Installer of the result at some uncertain point when the request has been processed. Currently, a socket connection will be established each time