Questions tagged [android-4.3-jelly-bean]

Android 4.3 (API Level 18) is an updated version of Jelly Bean. New features include improved multi-user profiles and Bluetooth low-energy support.

Google released Jelly Bean 4.3 under the slogan "An even sweeter Jelly Bean" on 24 July 2013 during an event in San Fransisco called "Breakfast with Sundar Pichai". The 2nd generation Nexus 7 tablet was the first device to officially ship with it

For developers, Android 4.3 includes the latest performance enhancements to keep your apps fast, smooth, and efficient, together with new APIs and capabilities to use in your apps.

More Info:

228 questions
2
votes
2 answers

How to programmatically force quit (or temporarily disable) Google App

Is there a way to force-quit Google App (AKA Google Search) from my app? If so, how to do that?
2
votes
1 answer

Getting insecure content when using redirects in webview below android 4.4

We have an application where we are doing some redirects using iFrames in a webview. This redirects happens on a HTTPS page with a custom protocol (example: customProtocol://) This redirects are then intercepted in shouldOverrideUrlLoading to…
Pranay Airan
  • 1,855
  • 6
  • 28
  • 52
2
votes
1 answer

SecurityException: Permission Denial

Background I'm working on an Android app that controls the screen rotation. The app is available on the Google Play store. To control the screen rotation, the app disables system auto rotation and changes the values of USER_ROTATION. The source code…
Sam
  • 40,644
  • 36
  • 176
  • 219
2
votes
2 answers

WifiManager.getScanResults() not giving SSID on Android Jelly Bean

I am trying to get results of the latest access point scan. so using this method as provided in Android documentation WifiManager in Android Documentation In other all devices and versions , It works fine, Just giving problem on Android Jelly…
2
votes
1 answer

Print support in Android 4.3 Jelly Bean

Programming an App for a device that runs Jelly Bean 4.3. Our App makes a photo, does some processing and then must print on a (dye-sublimation) WiFi photo printer. (Possibly the Canon Selphy CP910.) I am stuck how to best approach to printing of…
Ivo Renkema
  • 2,188
  • 1
  • 29
  • 40
2
votes
0 answers

webcoreglue Should not happen: no rect-based-test nodes found Android 4.3

i'm developing an android app using a WebView that shows a grid where you can add value by a long touch in the grid. But every time i touch the webView, there's this error that keeps popping in the logcat. Should not happen: no rect-based-test…
2
votes
1 answer

TimePicker Dialog causing NullPointer when leaving the activity

I use a Samsung Galaxy S4 active with Android 4.3. I use a TimePickerDialog which I create like this: new TimePickerDialog(this, mTimeSetListener, c.get(Calendar.HOUR_OF_DAY), c.get(Calendar.MINUTE), true); Here's the listener: private…
Ron
  • 22,128
  • 31
  • 108
  • 206
2
votes
2 answers

connection interval for BLE on Galaxy S3 Android 4.3

when I send data from my perifpheral ( CC2541 ) to my GalaxyS3 ( Android 4.3 ) I see that regardless of the connection interval that I set in the peripheral ( 7.5msec ) I get packets sent at intervals of ~100msec. That is really poor data rate. Any…
2
votes
4 answers

adb can't find Galaxy S3 Android 4.3

I update android version of my Galaxy S3 to Android 4.3. I have activated the developer mode by clicking Build Number and also checked in USB Debugging. I am using Windows 7 and Android Studio. I have gone through various answer addressing same…
d34th4ck3r
  • 719
  • 2
  • 11
  • 38
2
votes
2 answers

Select box gives a grey background in Cordova on a HTC One

We are building a Backbone Application with Cordova for Android and IOS and it works perfectly except for this specific issue. When using a HTC One (Android 4.3) the following grey bar shows up, which is not present on any of our test-devices. The…
Jaco Koster
  • 497
  • 3
  • 14
2
votes
4 answers

Target unkown after Android 4.3 update

I updated my Samsung Galaxy S3 from 4.1.2 to 4.3 and eclipse shows my target device as unknown (with the orange triangle). Querying for adb devices from command prompt shows my device name but has its state as 'unauthorized'. I have updated the sdk…
Arun Yogannadan
  • 139
  • 1
  • 7
2
votes
0 answers

Strange offset in getLocationInWindow/getLocationOnScreen/getHitRect

I am working on an Android application that needs to handle taps on the screen and translate them to a geographic position on a map. For this I have a helper method that helps me adjust the point in which the tap was registered for the actual…
2
votes
0 answers

HTC One Android 4.3 Sense 5.5 Widget Background Shape

since Android 4.3 Update with Sense 5.5 for HTC One I'm experiencing some stange behaviour with my homescreen widgets but ONLY on this device. They have a Background-Shape-Drawable like this:
marilion91
  • 2,094
  • 1
  • 19
  • 28
2
votes
1 answer

Frozen webview when clicking textbox in embedded web - Android 4.3

I try to run an embedded web in Android, but it crashes when using Android 4.3 (Nexus 4). I run the app and the first webview appears correctly, but when I touch the textbox and the keyboard appears, the view gets frozen just on the top part of the…
raul.broto
  • 66
  • 1
  • 8
2
votes
2 answers

How to send the text data to CC2541 keyfob via Android 4.3?

I am developing an application where I have to connect to Bluetooth device on Android 4.3. And I want to change the name of CC2541 Keyfob via the Android application. My ideas is: 1.There has a Plain Text that I can type the name what I want in my…
Wun
  • 6,211
  • 11
  • 56
  • 101