On Tue, Aug 19, 2008 at 12:53 AM, #Confused# < [EMAIL PROTECTED]> wrote:
> > Hi all, > > I want to know if there is a place where I can find the restrictions > on what the android apps can do. Can my app block an incoming call? > Can my app divert an incoming call to a different number? > Can my app > change the appearance of the dial pad itself? The Phone app is by default launched on an incoming call, I don't think you can stop it from launching in anyway. You could however use the TelePhonyManager and PhoneStateIntentReceiver to do things like get phone state, etc. You can also not alter the appearance of any inbuilt apps. > > > Thanks in advance! > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

