[android-developers] Re: how to change behavior of default application in android

2011-04-10 Thread Kacee
My intent is to customize an existing in-built app, say Phone app. Like when i end a call, I want to show some msgs/pictures at the end of call. I know it sounds wierd... but just giving an example. So is there any way that for such a small customization, I dont have to re- write full app and

Re: [android-developers] Re: how to change behavior of default application in android

2011-04-10 Thread Marcin Orlowski
* http://webnetmobile.com/twitter/* On 10 April 2011 11:31, Kacee komal...@gmail.com wrote: My intent is to customize an existing in-built app, say Phone app. Like when i end a call, I want to show some msgs/pictures at the end of call. I know it sounds wierd... but just giving an example. So

[android-developers] Re: how to change behavior of default application in android

2011-04-10 Thread Kacee
May be customization is not the right word, but I want to perform this task. Is this thing possible ? On Apr 10, 2:50 pm, Marcin Orlowski webnet.andr...@gmail.com wrote: * http://webnetmobile.com/twitter/* On 10 April 2011 11:31, Kacee komal...@gmail.com wrote: My intent is to customize an

Re: [android-developers] Re: how to change behavior of default application in android

2011-04-10 Thread Mark Murphy
On Sun, Apr 10, 2011 at 6:37 AM, Kacee komal...@gmail.com wrote: May be customization is not the right word, but I want to perform this task. Is this thing possible ? You can create your own firmware that incorporates such changes to a built-in app. -- Mark Murphy (a Commons Guy)

[android-developers] Re: how to change behavior of default application in android

2011-04-10 Thread Kacee
Sadly... I can not make such changes ... I thought with android there must be some way to do so.. Thanks for all the replies On Apr 10, 4:17 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Apr 10, 2011 at 6:37 AM, Kacee komal...@gmail.com wrote: May be customization is not the right

[android-developers] Re: how to change behavior of default application in android

2011-03-23 Thread Hari Edo
I think you're confused about how Android picks apps (activities) to handle various commands (intents) that the user invokes. Roughly: * the phone radio kit receives a call * Android asks, hey, which app is able to answer calls? + If one app says it can, that app is assumed the default.