[android-developers] capturing Starting activity Intent

2010-04-05 Thread BIRJODH
Is there any way to capture Starting activity Intent for one activity from another application? -- 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

[android-developers] Re: Permissions to install other apps...

2009-04-14 Thread Birjodh Tiwana
the other code as -yourself- so taking responsibility for anything it does. On Thu, Apr 9, 2009 at 3:35 PM, BIRJODH birjodh.tiw...@gmail.com wrote: Would not it be somewhat dangerous to allow apps is /data/app folder to install other applications?? An app

[android-developers] Re: Read the SMS already stored

2009-04-09 Thread Birjodh Tiwana
I think you need READ_SMS permission for reading the SMS. On Wed, Apr 8, 2009 at 7:29 PM, sermojohn sermoj...@gmail.com wrote: You could probably, call a Cursor's method that returned the field of the specified content's datbase table. I have actually faced the same problem today, while

[android-developers] Re: Permissions to install other apps...

2009-04-09 Thread BIRJODH
Would not it be somewhat dangerous to allow apps is /data/app folder to install other applications?? An app can just create an infinite loop in which downloads applications which do not require any permission and keep on installing them and fill out the memory space? Birjodh On Apr 9, 1:56 pm

[android-developers] no root access.. how to put file...

2009-04-09 Thread BIRJODH
I am not able to understand one simple issue.. if there is no root access to file system even to the user who owns the phone then why on earth would the dev guide include commands like adb push local sdcard when the sdcard of emulator is read only.. Is this some kind of mockery or sarcasm

Re: 回复: [android-developers] Re: How to del ete package programmatically without UI

2009-04-08 Thread Birjodh Tiwana
This is obvious. Otherwise you can create an app to delete all other apps on your gphone! What an attack that would be ! On Wed, Apr 8, 2009 at 9:47 PM, Jiang webs...@yahoo.cn wrote: Thanks for your help. BR, -Jiang --- *09年4月8日,周三, Al Sutton a...@funkyandroid.com* 写道: 发件人: Al Sutton

[android-developers] Re: Make My App Available By Intent

2009-04-08 Thread Birjodh Tiwana
So did the second way work for you? On Wed, Apr 8, 2009 at 12:24 PM, droozen droozenr...@gmail.com wrote: Sorry. The second way I tried to start the intent was: Intent intent = new Intent(intent.action.VOLUME_CONTROL); startActivity(intent); (without the com.roozen in front) On Apr 8,

[android-developers] Re: Are you localizing an app? Do you want to be?

2009-04-06 Thread BIRJODH
good On Mar 23, 8:23 pm, clark clarkd...@gmail.com wrote: Anyone know if it is possible to localize the application description which shows up in the market?  It's great that all my strings can be localized, but how are the users in other regions going to know what an application does if the

[android-developers] Re: Are you localizing an app? Do you want to be?

2009-04-06 Thread BIRJODH
good On Mar 23, 8:23 pm, clark clarkd...@gmail.com wrote: Anyone know if it is possible to localize the application description which shows up in the market?  It's great that all my strings can be localized, but how are the users in other regions going to know what an application does if the

[android-developers] No permission required for accessing Browser search History

2009-04-06 Thread BIRJODH
Hi, Why is there no permission required for accessing the browser search history? Is that data not sensitive enough like the call logs? Birjodh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers