[android-developers] detecting/intercepting incoming calls

2010-08-27 Thread Ray Thomson
Hi folks,

I was trying to come up with an app that works on the call that a user gets
on his phone. For this I wanted to know whether it is possible for me to get
intimated when a call comes to the phone and is it possible to intercept the
same. I tried to go through quite a few forums but could not get conclusive
evidence on how to achieve this.

Does anyone have an idea whether this is feesible and if so then how?

-- 
Thanks,
Ray

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Capturing tap on screen

2010-08-03 Thread Ray Thomson
Although this is a step towards the solution, precisely what I am looking
for is to run my app in the backend as a service and get to know the taps on
the screen (on any app). I am not interested in knowing what the tap was and
what it resulted in, all that I want to be intimted is that a tap was made.

Is there a way to achieve this?

And thanks Sarwar for trying to help me out :)

Thanks,
Ajish

On Tue, Aug 3, 2010 at 12:15 PM, Sarwar Erfan erfanonl...@gmail.com wrote:

 Hi,
 Have a look into this:
 http://developer.android.com/reference/android/view/TouchDelegate.html

 Regards
 Sarwar Erfan


 On Aug 3, 1:04 am, Ray Thomson raythomson1...@gmail.com wrote:
  Hi Guys,
 
  I am looking for a way in which I can detect any tap on the screen (not
 just
  in my app), I don't mind not having the information of what the tap was
  (control/letter), just the fact that a tap was made will suffice for me
 for
  now
  Is there any possible way to achieve this?
 
  Thanks,
  Ray

 --
 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
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Capturing tap on screen

2010-08-02 Thread Ray Thomson
Hi Guys,

I am looking for a way in which I can detect any tap on the screen (not just
in my app), I don't mind not having the information of what the tap was
(control/letter), just the fact that a tap was made will suffice for me for
now
Is there any possible way to achieve this?

Thanks,
Ray

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en