When I try to show context menu in Android 3.0 instead of normal menu I see smth like in this picture
– which is basically text edit/select menu.
On other devices (e.g. for SDK 5-9) it shows my context menu registered for my TextView
Anyone knows – what’s going om?
I have found solution by entering in
AndroidManifest.xmlfollowing snippet:After that context menu in tablets is appearing as on other devices. Essential part is
android:tagetSdkVersionattribute