[android-developers] Re: Returning to my application after a call ends

2008-12-01 Thread shimo...@gmail.com

Hi,

Can't I do something while in the CALL_STATE notification callback ?
It's being called no matter what the user did and what app he/she
is in right now.

I was able to launch a 3rd application (the snake game) from within
that callback, but not launch 'myself'.

Thanks.


On Dec 1, 3:35 am, Dianne Hackborn [EMAIL PROTECTED] wrote:
 There probably isn't a way to do this -- during the call, the user could
 have left it, gone to another application, returned to your own, closed it,
 gone home, and hung up the call while not even in the in-call screen.

 On Sun, Nov 30, 2008 at 12:27 AM, [EMAIL PROTECTED] [EMAIL PROTECTED]wrote:



  Hi,

  I want to return to my own application after a call originated from
  within it ends.

  I have implemented the notification to get the call state change to
  IDLE, and managed to launch another app from there, but not to launch
  my own app.

  Is this doable ?

  TIA

 --
 Dianne Hackborn
 Android framework engineer
 [EMAIL PROTECTED]

 Note: please don't send private questions to me, as I don't have time to
 provide private support.  All such questions should be posted on public
 forums, where I and others can see and answer them.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Returning to my application after a call ends

2008-11-30 Thread Xavier Mathews

Is Returning To Your Own App Doable? Yes! Do You Have It BackUp On Call?

On 11/30/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Hi,

 I want to return to my own application after a call originated from
 within it ends.

 I have implemented the notification to get the call state change to
 IDLE, and managed to launch another app from there, but not to launch
 my own app.

 Is this doable ?

 TIA
 



-- 
Xavier A. Mathews
Student/Developer/Web-Master
Google Group Client Based Tech Support Specialist
Hazel Crest Illinois
[EMAIL PROTECTED]@[EMAIL PROTECTED]
Fear of a name, only increases fear of the thing itself.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Returning to my application after a call ends

2008-11-30 Thread [EMAIL PROTECTED]

Hi,

Thanks for your response.

But - afraid I dont understand what you mean by BackUp On Call ?


On Nov 30, 9:35 pm, Xavier Mathews [EMAIL PROTECTED] wrote:
 Is Returning To Your Own App Doable? Yes! Do You Have It BackUp On Call?

 On 11/30/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:



  Hi,

  I want to return to my own application after a call originated from
  within it ends.

  I have implemented the notification to get the call state change to
  IDLE, and managed to launch another app from there, but not to launch
  my own app.

  Is this doable ?

  TIA

 --
 Xavier A. Mathews
 Student/Developer/Web-Master
 Google Group Client Based Tech Support Specialist
 Hazel Crest Illinois
 [EMAIL PROTECTED]@[EMAIL PROTECTED]
 Fear of a name, only increases fear of the thing itself.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Returning to my application after a call ends

2008-11-30 Thread Xavier Mathews
Yes You Can Return To Your App...But I Just Forgot How...Give Me
Sometime!

Xavier A. Mathews
Student/Browser Specialist/Developer/Web-Master
Google Group Client Based Tech Support Specialist
Hazel Crest Illinois
[EMAIL PROTECTED]@[EMAIL PROTECTED]
Fear of a name, only increases fear of the thing itself.










On Sun, Nov 30, 2008 at 3:35 PM, [EMAIL PROTECTED] [EMAIL PROTECTED]wrote:


 Hi,

 Thanks for your response.

 But - afraid I dont understand what you mean by BackUp On Call ?


 On Nov 30, 9:35 pm, Xavier Mathews [EMAIL PROTECTED] wrote:
  Is Returning To Your Own App Doable? Yes! Do You Have It BackUp On Call?
 
  On 11/30/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
 
 
   Hi,
 
   I want to return to my own application after a call originated from
   within it ends.
 
   I have implemented the notification to get the call state change to
   IDLE, and managed to launch another app from there, but not to launch
   my own app.
 
   Is this doable ?
 
   TIA
 
  --
  Xavier A. Mathews
  Student/Developer/Web-Master
  Google Group Client Based Tech Support Specialist
  Hazel Crest Illinois
  [EMAIL PROTECTED]@[EMAIL PROTECTED]
  Fear of a name, only increases fear of the thing itself.
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Returning to my application after a call ends

2008-11-30 Thread [EMAIL PROTECTED]

Great. Thanks !

On Nov 30, 11:38 pm, Xavier Mathews [EMAIL PROTECTED] wrote:
 Yes You Can Return To Your App...But I Just Forgot How...Give Me
 Sometime!

 Xavier A. Mathews
 Student/Browser Specialist/Developer/Web-Master
 Google Group Client Based Tech Support Specialist
 Hazel Crest Illinois
 [EMAIL PROTECTED]@[EMAIL PROTECTED]
 Fear of a name, only increases fear of the thing itself.

 On Sun, Nov 30, 2008 at 3:35 PM, [EMAIL PROTECTED] [EMAIL PROTECTED]wrote:



  Hi,

  Thanks for your response.

  But - afraid I dont understand what you mean by BackUp On Call ?

  On Nov 30, 9:35 pm, Xavier Mathews [EMAIL PROTECTED] wrote:
   Is Returning To Your Own App Doable? Yes! Do You Have It BackUp On Call?

   On 11/30/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Hi,

I want to return to my own application after a call originated from
within it ends.

I have implemented the notification to get the call state change to
IDLE, and managed to launch another app from there, but not to launch
my own app.

Is this doable ?

TIA

   --
   Xavier A. Mathews
   Student/Developer/Web-Master
   Google Group Client Based Tech Support Specialist
   Hazel Crest Illinois
   [EMAIL PROTECTED]@[EMAIL PROTECTED]
   Fear of a name, only increases fear of the thing itself.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Returning to my application after a call ends

2008-11-30 Thread Dianne Hackborn
There probably isn't a way to do this -- during the call, the user could
have left it, gone to another application, returned to your own, closed it,
gone home, and hung up the call while not even in the in-call screen.

On Sun, Nov 30, 2008 at 12:27 AM, [EMAIL PROTECTED] [EMAIL PROTECTED]wrote:


 Hi,

 I want to return to my own application after a call originated from
 within it ends.

 I have implemented the notification to get the call state change to
 IDLE, and managed to launch another app from there, but not to launch
 my own app.

 Is this doable ?

 TIA
 



-- 
Dianne Hackborn
Android framework engineer
[EMAIL PROTECTED]

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---