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

2009-04-14 Thread Birjodh Tiwana
good enough! thanks a lot for clearing it up.. that answers my speculations about security.. On Tue, Apr 14, 2009 at 10:37 PM, Dianne Hackborn hack...@android.comwrote: Correct. The user needs to be involved in installing apps by confirming it in the UI (you can invoke this UI if you want).

[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

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,