[android-developers] Re: Can I create a file in /data in android?

2010-10-07 Thread Lidia

As i see, the lines above create new directories inside my application
folders.
This is not exactly what i need, but thank you anyway for you advice
Daniel.

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


Re: [android-developers] Re: Can I create a file in /data in android?

2010-10-07 Thread Dianne Hackborn
If what exactly you need is to put files in /data, then the answer is no you
can not do that.

On Thu, Oct 7, 2010 at 7:03 AM, Lidia lidyp...@yahoo.com wrote:


 As i see, the lines above create new directories inside my application
 folders.
 This is not exactly what i need, but thank you anyway for you advice
 Daniel.

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




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

[android-developers] Re: Can I create a file in /data in android?

2010-10-07 Thread pramod.deore
You can only create file in application or on sdcard.

On Oct 8, 5:42 am, Dianne Hackborn hack...@android.com wrote:
 If what exactly you need is to put files in /data, then the answer is no you
 can not do that.



 On Thu, Oct 7, 2010 at 7:03 AM, Lidia lidyp...@yahoo.com wrote:

  As i see, the lines above create new directories inside my application
  folders.
  This is not exactly what i need, but thank you anyway for you advice
  Daniel.

  --
  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.comandroid-developers%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

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