Top "Android-4.2-jelly-bean" questions

Android 4.2 Jelly Bean (API Level 17) is the version of Android Operating System preceded by Android 4.1.

Check for navigation bar

I am trying to check to see whether the android navigation bar is present on load so that I can …

java android layout android-4.0-ice-cream-sandwich android-4.2-jelly-bean
Android 4.2.2 - adb offline, even after SDK upgrade

Edit: Fixed! Looks like there are very many possible causes for this. Mine was one of the more unusual... I …

android adb android-4.2-jelly-bean
Jelly Bean DatePickerDialog --- is there a way to cancel?

--- Note to moderators: Today (July 15), I've noticed that someone already faced this problem here. But I'm not sure if …

android datepicker android-4.2-jelly-bean android-datepicker
How to encode Bitmaps into a video using MediaCodec?

I would like to encode a set of Bitmaps that I have into an h264. Is this possible via MediaEncoder? …

android bitmap h.264 android-4.2-jelly-bean video-encoding
Expansion file - can't load .obb from /sdcard/Android/obb/ on Android 4.2

I'm developping the obb integration for the "expansion files". I made it worked in local by copying the .obb file …

android file android-4.2-jelly-bean apk-expansion-files
READ_LOGS permission on Jelly Bean (api 16)

Since Android Jelly Bean doesn't support the logs reading permission (according to this google io 2012 video and this one too ) , …

android logging root android-4.2-jelly-bean
Android WebView JellyBean -> Should not happen: no rect-based-test nodes found

My application is using a lot of webviews which are lying in fragments which are hold by a ViewPager. Whenever …

android webview android-webview android-4.2-jelly-bean
onEditorAction() is not called after Enter key has been pressed on Jelly Bean emulator

I'm having a problem with the behavior of the latest Jelly Bean emulator. I have several EditTexts in my app. …

android android-edittext avd android-4.2-jelly-bean
Change Actionbar height on Android JellyBean

I've been recently developing an Android app, in which i need to have a custom layout and dimension for the …

android tabs android-actionbar actionbarsherlock android-4.2-jelly-bean
Unable to show keyboard automatically in the SearchView

The SearchView is focused by default, but when I try to show software keyboard - it doesn't happen: InputMethodManager imm = (…

android android-4.0-ice-cream-sandwich android-softkeyboard android-4.2-jelly-bean searchview