Hi,
Does the current android SDK provide support for
1. AES-128 encryption
2. MD5 hash computation
Thanks in advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group
Hi,
With the current state of the API, is it possible to write an auto-attendant
application that answers/forwards/rejects a call depending on certain
criteria? AFAIK (SDK1.0 rc1), PhoneStateListener can only be used to get a
hook into the incoming call, but there is know way to change the state o
Hi,
I have searched through the list for ways to launch my activity when an
incoming call comes in using PhoneStateListener. On receiving the
CALL_STATE_RINGING in my app, I use an intent to start my new activity.
However, my activity gets created, started and stopped. And instead the
default Pho
Hi Dianne,
Could you pls be more specific and indicate the method? Is it not
'moveTaskToBack'?
Thanks
On Fri, Dec 12, 2008 at 3:45 AM, Dianne Hackborn wrote:
> There is a method on Activity to send your task to the background.
>
> On Thu, Dec 11, 2008 at 8:43 AM, sthustfo
an Intent
> and call startActivity().
>
>
> On Thu, Dec 11, 2008 at 3:17 AM, sthustfo <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > How do I send my activity to background when user presses a key? What
> should
> > I do in the onKeyDown() event handler? Using
Hi,
How do I send my activity to background when user presses a key? What should
I do in the onKeyDown() event handler? Using finish() will destroy the
activity.
public boolean onKeyDown(int keyCode, KeyEvent event)
{
super.onKeyDown(keyCode, event);
// finish();
Hi,
I would like to know how I can start a new activity from within the
PhoneStateListener method, say onCallStateChanged(). I do understand
that notifications must be used in general but since my test app deals
with voice call, I was thinking of starting an activity.
public class MyPhoneStateLi
7 matches
Mail list logo