Minimizing Application in Honeycomb
I am developing application for honeycomb android tablet. I want to know how 开发者_JAVA技巧we can minimize application. Does any one working on HoneyComb Development.
Thank You.
You can setup a service. http://developer.android.com/guide/topics/fundamentals/services.html
You might be able to use moveTaskToBack(True); I've not done this though.
http://developer.android.com/reference/android/app/Activity.html#moveTaskToBack(boolean)
精彩评论