After installing the newest ADT & SDK of Android to support API 18, I've noticed that all of the API demos are now considered "legacy".
Here's a screenshot:
How come?
I've noticed that even though they are considered "legacy", they contain some things that do belong to API 18, for example this attribute that was found on the manifest:
android:theme="@android:style/Theme.Holo.NoActionBar.Overscan"
It's also weird that this is the only thing Lint warns me about when having minSdk to be lower than API 18 - this can't be the only new thing on API 18 that the demos contain, can it?
What is going on with it, and will we have a different set of samples?