tags:

views:

11

answers:

1

Hi,

i find some examples in the web which uses android.app.ActivityThread but I can't find it in my android sdk installation(2.1 and 2.2) neither on the android sdk webpage

Was the ActivityThread removed from current sdk? If so, is there a alternative?

Thanks Thomas

A: 

ActivityThread is a class in the Android firmware, but it has not been part of the Android SDK since 1.0, AFAICT. Whatever examples you are either much too old or are designed for people modifying the firmware.

CommonsWare
Thanks for the information.
hitzi