[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 t

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

2009-04-14 Thread Birjodh Tiwana
available? >> > >> > > > >> On Apr 9, 7:06 pm, Dianne Hackborn wrote: >> > > > >> > That's why apps can't install other apps without the user being >> > > > >> involved. I >> > > > >> &

[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 sdcard when the sdcard of emulator is read only.. Is this some kind of mockery or sarcasm with t

[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] 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 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 trying to build >

[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 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, 11:12 am, d

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 wrote: > Thanks for your help. > > BR, > -Jiang > > --- *09年4月8日,周三, Al Sutton * 写道: > > 发件人: Al Sutton > 主题: [android-developers] Re: H

[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 Devel

[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 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 description is

[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 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 description is