On Thu, Aug 27, 2009 at 3:44 PM, x17y19 <amberar...@gmail.com> wrote:

> 1. Writing to a file using the Activity.openFileOutput() mechanism;


No.  You are free to write to your own private data area.


> 2. Writing to the SD card using FileOutputStreams;


Not now, but yes in the next release.


> 3. Sending email using the Activity.startActivity( Intent.createChooser
> (...)) mechanism ?


No.  This simply shows a UI for the user to be involved in what is going on
(and thus implicitly approving what the app is requesting).


> and didn't see anything that seemed relevant. My app works on my ADP1
> without any
> <uses-permission> clauses when installed with "adb install xyz.apk"
> but I was worried
> that it may have problems on a "real" consumer device.


Unless you have hacked something on it, the application model for the ADP1
is just the same as any other android device.

-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
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 group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to