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
1 answer

Application running only in Ice-cream Sandwich

I have developed an app in android. It works only in the older android version [ Ice cream sandwich]. It doesn't work in the later versions. Can you please tell me what could be the problem. Thanks.
-1
votes
2 answers

How to check protcol of url in android?

I am sending a request to a server to get some data, but before getting the data, I want to check whether the URL is on http or https. How can I tell that, i.e. how can I check whether the URL is http or https? I have a used a method in which I send…
Tarun Sharma
  • 601
  • 3
  • 13
  • 31
-1
votes
1 answer

Opening a webpage in webview

Hi in my application I have to have open a webview and show the contents. For other pages it works well, but facing issue on only this page Link whenever I open this in webview nothing pops up, and i can only see a black page and nothing else. Here…
DreamCoder
  • 21
  • 2
-1
votes
2 answers

Which version KitKat blocks write permission to SD Card?

I have heard that Android KitKat restrict app's write permission to the SD Card, however, on my Moto X Android KitKat 4.4.4 device, my app still can write(create folder) without any problem. I know there are different version of…
xiaowoo
  • 2,248
  • 7
  • 34
  • 45
-1
votes
1 answer

How do i use this method in kitkat

I have tried many different ways or solutions and none of them seems to work. I have tried a few specific solutions which returns me a string and a context but i do not know what to do with the context even if I set the receiver of the context as…
Assassin Shadow
  • 61
  • 1
  • 2
  • 9
-1
votes
1 answer

Set chrome as default render engine in Android

I have a Android box (Tronsmart s89) which runs Android 4.4.2 Kitkat with custom rom from Finless version 1.6. By standard the Tronsmart usses the old Android browser as default render engine (which I think is odd since Google stopped supporting…
-1
votes
1 answer

Use class from older API level removed in newer API level

I want to access the android.webkit.WebSettingsClassic class on API level 16 but compile my application for API level 19. The WebSettingsClassic class has been removed in API level 19 and thus the compiler cannot see it. How do I solve this?
Monstieur
  • 7,992
  • 10
  • 51
  • 77
-1
votes
1 answer

SMS static broadcastReceiver called twice Android Kitkat

I am implementing sms receive functionality in Android kitkat 4.4+. I am able to set my application as default successfully but when an sms is received broadcast receiver is called twice. I am unable to find the cause of this problem. here is how I…
Saad Asad
  • 2,528
  • 3
  • 20
  • 27
-1
votes
1 answer

Android 4.4 not picking background image

I have a Sony Xperia Z2 Android 4.4.2 and is not showing the background image of a linearlayout, instead of that it appears a white background. This background shows perfectly in emulator and 3 different devices with android 4.2 and lower. The image…
-1
votes
2 answers

Running su on Android root

Hi so my application runs some commands using the su in android root. It works fine in JellyBean on the Galaxy Nexus but when I try to run it on the LG Nexus 5 (kitkat), I get an error saying: su: uid 10069 not allowed to su I'm not really sure…
asm
  • 837
  • 1
  • 16
  • 41
-2
votes
1 answer

no such column error code doesn't work when using 4.4 Kitkat

I created an application on min android 5. But I want to run it at 4.4 android. So I copied files from first project to second and corrected things like AndroidManifest. When I'am compiling first version evrythink works ok, but on version who should…
remes
  • 67
  • 2
  • 8
-2
votes
1 answer

Android - Broadcast SMS intent to other (Biult-in sms app) app in android

I am developing an sms app. Now my app is default sms app on the phone. That means my app is receiving incoming sms first. Now I want to send incoming sms intent to other app (Built-in sms app) from my app pro-grammatically. Note : I dont want to…
-2
votes
1 answer

Is it possible to block an email/sms by android programmatically?

I have schedule to make an android application which used to block spam emails (chosen by myself). However, I cannot find any way to do it. Is it possible to block/reject the email using android programmatically? In addition, I found that from…
Jame
  • 3,746
  • 6
  • 52
  • 101
-2
votes
1 answer

Android application built with api 22 and not working in api 19

I am developing an Android application with Android Studio and when I ran the project, it worked fine on my Intel 1505 with Android 5.1 running on it. After deploying, I shared the application. It successfully installed, but when I ran it the…
-2
votes
2 answers

I want to implement material design in android for versions lower than lollipop

I want to implement material design in android for versions lower than lollipop but i dont know whether it is possible? If it is possible then can someone help me on how to implement material design for kitkat and lower versions? Please help…
1 2 3
98
99