In the documentation for DatabaseUtils.concatenateWhere(...) it is stated that it is supported from API level 11+ (HONEYCOMB). However, while testing compatibility on various devices, that on my Droid X running Cyanogenmod 7 nightly build 98 (based on gingerbread 2.3.5), the method call not only does not cause a crash, but works as expected.
Is this some inconsistency with my custom ROM, or can anyone else reproduce this functionality on another device that is running Gingerbread or lower? Could this be an error in the SDK documentation?