Questions tagged [android-4.0-ice-cream-sandwich]

Android 4.0 (codename Ice Cream Sandwich) is API level 14 of the mobile operating system developed by Google. This version delivers a refined, unified UI for phones and tablets and introduces innovative features for users and developers.

Android 4.0 (codename Ice Cream Sandwich) is API level 14 of the mobile operating system developed by Google.

This version delivers a refined, unified UI for phones and tablets and introduces innovative features for users and developers.

It was released on 19th October 2011.

More info:

1251 questions
0
votes
1 answer

onOptionsItemSelected not called when using device api level 14 (SherlockActionBar)

This is SherlockActionBar Sample,it's used static attachment,I run to ICE_CREAM_SANDWICH device,but method onOptionsItemSelected not called! Excess part of the code is deleted, 3.x and 2.x versions tried no problem,help me~~ @Override protected void…
0
votes
1 answer

Android ICS capacitive buttons

I've been looking for it for a couple of hours and I haven't found anything yet. Can anybody tell me the keycode or the name of capacitive button with two squares in Android ICS?
QuinDa
  • 918
  • 1
  • 12
  • 19
0
votes
1 answer

Android app working on 2.3 but not on 4.0

Ok, I have been working on a Android application for a while. It's basicaly a RSS reciever. I use RSS to check the news, weather forecast, TV schedule and Horoscope. Everything was fine while I was testing it on Android 2.3.3, 2.3.6 and even on…
0
votes
2 answers

Ormlite performance on 4.0.3 (ICS)

I experienced a huge performance difference between android 2.3.4 and 4.0.3 on HTC Sensation. Some additional information: ormlite version 4.42 to getting dao I use DaoManager and a dao singleton. using batch task to insert I'm trying…
0
votes
1 answer

Android 3.0 and higher version issue

Thankyou for taking the time to look at my problem. I'm working on an android application and I keep getting an error in eclipse every time I use the parent="android.Theme.Holo.Light". I have my folder created using values-v11 indicating when to…
0
votes
0 answers

Value is truncated from a textbox when you navigate from a number field in android 4.0.4 ICS in phonegap app

I have two fields one with type "tel" & other with type "text" in my phonegap application. Problem: I enter some value in text field suppose "abcdefghijkl" Now I enter some value in number field suppose 12345 and click on the text field. The value…
0
votes
1 answer

Application not installing in android 4.0 ICS

When I try to install my application on Android 4.0.3 OS, I get following errors: 09-19 12:31:56.331: W/ActivityManager(107): No content provider found for permission revoke: file:///data/local/tmp/Sample.apk 09-19 12:31:56.340:…
Parveen
  • 241
  • 6
  • 17
0
votes
1 answer

Authenticator for HttpURLConnection works in Froyo but not IceCreamSandwich

I have this code inside a runnable, on Froyo everything works perfectly. But on ICS it says it does connect but gives me a file not found error and returns -1 as the file size. There is no problem on ICS with a file that does not need…
Kickaha
  • 3,680
  • 6
  • 38
  • 57
0
votes
2 answers

How to hide combined bar or status bar totally in android 4.0 mini pc?

How do I hide the android 4.0 mini pc combined bar or Status bar programatically? I am using the below code, but it is not working. protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
0
votes
0 answers

Android 4.0+ software back button style

I have handled back button to close activity instead of hiding keyboard. It works just fine. But if device has no hardware buttons software button will show hide keyboard (arrow down instead of back) image when keyboard is open. Of course clicking…
Ben
  • 175
  • 1
  • 2
  • 12
0
votes
0 answers

Handle app uninstallation via android apps menu in android 4+ versions

From ice-cream sandwich & above versions, application can be uninstalled without going to settings but in apps menu & simply selecting uninstall. But before android 4.0, if user open settings we can restrict accessing it by using password prompt,…
0
votes
2 answers

completly finish/close Preference Activy/Fragment

I am using the preferenceActivy class to manage my preferences. But I need to close the whole preferences from a fragment. Source code is cut to a minimal example public class VPNPreferences extends PreferenceActivity { public boolean…
plaisthos
  • 6,255
  • 6
  • 35
  • 63
0
votes
1 answer

Menu button is not present on ActionBar

I want to build in my application an ActionBar with a button that makes the role of the old hardware menu button. I'm working on 4.0.3 platform with min sdk=8. The problem is i don't have the menu button in ActionBar and always have to press on…
androniennn
  • 3,117
  • 11
  • 50
  • 107
0
votes
1 answer

Why isn't grid showing text of TextView only in Android 4.0?

// programmatically creating grid on run time int z=0; if(Integer.valueOf(sing.questionsObjectArr[index].noOfcolumns) > Integer.valueOf( sing.questionsObjectArr[index].noOfrows)){ while(z <…
Muhammad Aamir Ali
  • 20,419
  • 10
  • 66
  • 57
0
votes
4 answers

Package Installer Application crashing when launched from Gmail app

I got the following error when i tried to Install an APK on my device. It is working in device Galaxy POP, Galaxy ACE s 5830. The only problem in galaxy s3 My app's manifest file is below.
Dhaval Parmar
  • 18,812
  • 8
  • 82
  • 177