On Thu, Feb 9, 2012 at 1:46 AM, Subba <raochoud...@gmail.com> wrote:
> How to disable/hide three-dot indicator(Option menu indicator) on ICS
> handsets?
>
> I am running application as <uses-sdk android:minSdkVersion="5"/> in
> Manifest, code is compiled with 4.0. Three-dot indicator shows on
> every screen.

Add android:targetSdkVersion="11" (or higher) to your <uses-sdk> element.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 4.0 Programming Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to