[android-developers] Re: Bug in the PhoneStateIntentReceiver

2008-04-08 Thread Greg_G
I can confirm this also, using the AndroidManifest.xml "Receiver- >Intent Filter->android.intent.action.PHONE_STATE" method of receiving the intent. When a call comes in, a PHONE_STATE intent with a STATE of RINGING is broadcast. If the caller stops calling before the user presses a button a STA

[android-developers] Focused TextView color

2008-04-01 Thread Greg_G
Hello all, I have a situation where I need to make a TextView focusable and clickable for a dynamically generated activity (so I'm not using XML in this case). I've accomplished this with setClickable(true) and setFocusable(true) and successfully capture onClick() for the TextView. However, whe

[android-developers] Problem with a java.nio class under Android

2008-03-30 Thread Greg_G
Hello, I'm having a problem with either ByteBuffer.wrap().slice() or CharsetDecoder.decode() under Android. This is from a third-party (LGPLed) library that, in this code, should be decoding a byte array into a Unicode string: //arr is a parameter and is a byte[] filled with raw UTF-8 b