[Android] Android 1.1のリリース

The Android 1.1 system image delivers an updated version of the framework API. As with the Android 1.0 API, the Android 1.1 API is assigned an integer identifier ― 2 ― that is stored in the system itself. This identifier, called the "API Level", allows the system to correctly determine whether an application is compatible with the system, prior to installing the application.

Android SDK 1.1がリリースされました。code.google.comではなく、http://developer.android.com/のほうで公開されているので、お間違えなく。
内容的には、マイナーなアップデートのようですが、いくつかの新しいAPIも追加されているようです。新しいAPIを使用する場合には、マニフェストファイルに、とかく必要があるようです。
OverViewの最後に、"If you are sure your application is not using Android 1.1 APIs and has no need to use them, you might find it easier to keep working in the Android 1.0 SDK, rather than migrating to the Android 1.1 SDK and having to do additional testing."とあります。つまり、テストが大変になるだけだから、1.1のAPIが必要ないなら、1.0を使っていなさいって、ことですね。
ちなみに、Developerのサイトのレイアウトも少し変更されて、見やすくなっています。