Re: [android-developers] bundle passed via intent coming null

2012-11-07 Thread Bunty syed
If somebody knows this solution for the problem,please reply On 6 November 2012 20:00, Bunty syed itsmeatfo...@gmail.com wrote: Hi All, Hope doing well. I have one app with one button. On click of button, I am trying to launch second app by passing some

Re: [android-developers] bundle passed via intent coming null

2012-11-07 Thread b0b
On Wednesday, 7 November 2012 12:03:40 UTC+1, Bunty syed wrote: If somebody knows this solution for the problem,please reply Try calling setDataAndType even with dummy parameters -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] bundle passed via intent coming null

2012-11-07 Thread Bunty syed
Thanks Bob. But I setsetDataAndType to intent with some dummy data, it doesnt not invoke second app On 7 November 2012 17:43, b0b pujos.mich...@gmail.com wrote: On Wednesday, 7 November 2012 12:03:40 UTC+1, Bunty syed wrote: If somebody knows this solution for the problem,please reply

[android-developers] bundle passed via intent coming null

2012-11-06 Thread Bunty syed
Hi All, Hope doing well. I have one app with one button. On click of button, I am trying to launch second app by passing some bundle. My second app is having two activities. I launched the second app from phone then navigated