Top "Android-4.4-kitkat" questions

Android 4.4 (codename KitKat) is API level 19 of the mobile operating system developed by Google.

How to persist permission in android API 19 (KitKat)?

In my application I store the path of image in my SQlite db for further use. The path that I …

java android sqlite android-4.4-kitkat storage-access-framework
Immersive mode instructions reappear every time the device enters this mode

My app uses the new "immersive mode" by calling (in onCreate): getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | …

android android-4.4-kitkat
Keyboard hiding EditText when android:windowTranslucentStatus=true

We're applying the new Android KitKat translucent theme in our apps, and we're getting a weird issue when the keyboard …

android android-softkeyboard android-4.4-kitkat
4.4.4 not in Android SDK manager

I need to do some testing with 4.4.4 and it isn't available in my Android SDK Manager? Any ideas on what …

android avd android-4.4-kitkat
How to set my sms app default in Android Kitkat?

I made an android sms app in which I am sending and receiving sms as android messaging app does so. …

android sms android-4.4-kitkat
No activity found to handle Intent - android.intent.action.OPEN_DOCUMENT

I am trying my hand on Storage Access Framework of android 4.4 I have developed a dummy app which fires an …

android android-intent android-activity android-4.4-kitkat storage-access-framework
Cursor window allocation of 2048 kb failed. # Open Cursors=1 (# cursors opened by this proc=1)

I'm making an Kiosk app that use database. The app is running all time in foreground. The app have many …

android database android-sqlite android-4.4-kitkat android-cursor
Fatal signal 6 (SIGABRT) code=-6 on first launch

I am getting a Fatal signal 6 (SIGABRT) error when trying to run my app on a Nexus 10 with 4.4.2. It works …

java android android-4.4-kitkat sigabrt nexus-10
Does Android KitKat allows devices that support Bluetooth LE to act as a peripheral device?

Till Android 4.3, an Android device with Bluetooth Low Energy support could only act as a central device. As is given …

android bluetooth-lowenergy android-4.4-kitkat
Android4.4 can not handle sms intent with "vnd.android-dir/mms-sms"

My application has a button to start default sms activity and it worked perfectly fine all android version except new …

java android android-intent sms android-4.4-kitkat