Re: [android-developers] How to access mail ?

2011-01-06 Thread Kostya Vasilyev
06.01.2011 10:18, Warren пишет: this Permission is define in packages/app/Email/AndroidManefest.xml and the level is android:protectionLevel=signatureOrSystem can any 3rd party app access mail content or other way to get content? signatureOrSystem means no. Wouldn't be very secure for other

Re: [android-developers] How to access mail ?

2011-01-06 Thread Mark Murphy
On Thu, Jan 6, 2011 at 2:18 AM, Warren warren@kusogi.com wrote: First, I want to get the new mail notification There is no new mail notification in Android, because mail is not in Android. Mail is an application concept, not an OS concept. I used

[android-developers] How to access mail ?

2011-01-05 Thread Warren
First, I want to get the new mail notification I used getContentResolver().registerContentObserver(Uri.parsecontent:// com.android.email.provider), true, service) when new mail coming the ContentObserver will catch event onChange() Then, i want to get this new mail content I used final String