Questions tagged [android-4.4-kitkat]

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

Google released Android 4.4 (KitKat) on 31 October 2013. The Nexus 5 was the first device to officially ship with it, with Nexus 7 receiving the update soon after.

More Info:

1483 questions
-1
votes
2 answers

How to change the color of the status bar in the launcher?

I need to make the status bar black. How can I do this by editing launcher's XML files?
-1
votes
1 answer

Android TimePickerDialog Android 4.4 button wrong color

I use app theme Theme.MaterialComponents.Light.DarkActionBar in my application, when i create TimePickerDialog it looks ok on Android 5 and higher, but on Android 4.4 with Holo style it looks weird: return new TimePickerDialog( …
-1
votes
1 answer

Volley Library doesn't work on android 4.4 kitkat, why?

I wrote a small code using volley library 1.1.0 and 1.0.0 version, it works fine on all android versions, but recently my code doesn't work on android 4.4, and there's no error, it just reach the (onErrorResponse) when i make an HTTP request. Any…
-1
votes
1 answer

App crashes when using .xml vectors in Pre-Lollipop device | Xamarin.Android

I'm using .xml vector drawable in xamarin.android project. When I run the app in pre-lollipop devices, app crashes because of not support vector drawable in pre-lollipop devices. *I'm using Xamarin.Android.Support.Vector.Drawable and…
-1
votes
1 answer

Please tell us the minimum API for using VrVideoView

I tried to run an application made with VrVideoView on two smartphones (galaxy grand max (android4.4.4) & galaxy j5 2017 (android 8.1)). My app worked fine in android 8.1, but it did not work well in android 4.4. Although the video was played in…
-1
votes
1 answer

Infinite loop activity when using setRequestedOrientation() in API 19 (KitKat)

The 'setRequestedOrientation' method restarts the activity normally on any version of the android higher than Kitkat. But in Kitkat, even using if, the activity continues to restart. int orientation =…
Nakamoto
  • 1,293
  • 14
  • 17
-1
votes
3 answers

App crashes in some version of the android mobiles

I made an app and launched successfully in the play store. One of my friends said that the app was not working for him. I checked that my app was not working below android 6.0: it just crashes and stops working. It works fine in other…
karthik
  • 528
  • 4
  • 19
-1
votes
1 answer

Getting permissions on Android version 7

I am developing a small application for sending SMS for Android. When you install an .apk Android 4.4 asks for permission to send SMS messages from the device. But Android 7 does not ask any permissions at all. However, you need to turn on SMS send…
-1
votes
1 answer

app keeps stopping in kitkat

I have created a simple android project in studio. But it won't run in kitkat and below versions. But it works fine with lollipop+ versions. Each project I create won't run in kitkat. When I open my activity it just stopped on real device but runs…
Shuchi Sheth
  • 219
  • 2
  • 13
-1
votes
1 answer

The app runs fine in a kitkat emulator but not on a kitkat device. It also run on a lollipop device but not on a kitkat device

some messages in Logcat are: Could not find class android.graphics.drawable.RippleDrawable, referenced from method android.support.v7.widget.AppCompatImageHelper.hasOverlappingRendering tid 22118: eglSurfaceAttrib(1199): error 0x3009…
-1
votes
1 answer

Android app Cannot Open at Api 19

i have android app and its working done on android marshmallow and above , my problem now is when i tried to run app at android Kitkat , the app crash and i got this error W/System.err: java.lang.TypeNotPresentException: Type Models.ResultModel…
-1
votes
2 answers

How to Call onActivityResult for Activity

First, the English writing skills are lacking. Use Device: galaxy note2 (android 4.4.2) Problems A Activity -> Intent -> B Activity B Activity -> Return Intent -> A Activity not Call onActivityResult Come to debugging, The 'onPause' of A Activity…
-1
votes
1 answer

shouldOverrideUrlLoading loading internally and externally on SDK versions < 18

I'm using a standard WebView implementation, and overriding the shouldOverrideUrlLoading method to catch request to external domains. The call is being captured on all of my tested versions (15-22); however,on 15-18, the WebView navigates to the…
-1
votes
1 answer

Error in compiling 4.4.4 KitKat (gralloc)

I got this error - frameworks/native/libs/gui/Surface.cpp: In member function 'virtual android::status_t android::Surface::lock(ANativeWindow_Buffer*, ARect*)': frameworks/native/libs/gui/Surface.cpp:828:29: error:…
-1
votes
1 answer

How to record screen in android from inside or outside the app?

I see some apps on Google Play which allow you to record entire screen for Android version 5.0+ I have been digging into android reference for a while but could not figure our a right way to do it. Could someone please provide me just a small hint…
Amit Gupta
  • 533
  • 6
  • 17