Re: [android-developers] File Browser: can not data folder access

2011-04-10 Thread moonrie
'cause you do not have permission?

On Sat, Apr 9, 2011 at 8:11 PM, eagles78 bahtiyarkara1...@gmail.com wrote:

 hello,

 I wrote a file browser application for my project.when directories
 list in a listview,ı cant access the data folder.
 What can ı do access in it.?

 Thanks...

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

-- 
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] File Browser: can not data folder access

2011-04-10 Thread moonrie
k, *the permission I suggest* is linux file permission, not the android
permissions declared in the manifest file,

On Mon, Apr 11, 2011 at 1:08 AM, bahtiyar kara
bahtiyarkara1...@gmail.comwrote:

 @monrie
 there is no permission for access to data folder in android so ı cant use a
 permission.
 Do you know any permission to do it?

 @mark
 I dont have an experience.Have you used a real  file browser in Android and
 How it access these files?
 Cant I access there with any way?
 I think if I request a root access in my application, then can ı access
 data folder?


 2011/4/10 Mark Murphy mmur...@commonsware.com

 On Sat, Apr 9, 2011 at 8:11 AM, eagles78 bahtiyarkara1...@gmail.com
 wrote:
  I wrote a file browser application for my project.when directories
  list in a listview,ı cant access the data folder.
  What can ı do access in it.?

 You don't. On production hardware, applications can access external
 storage and their portion of internal storage (e.g., getFilesDir())
 and nothing else.

 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com | http://github.com/commonsguy
 http://commonsware.com/blog | http://twitter.com/commonsguy

 Android Training in Oslo: http://bit.ly/fjBo24

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




 --
 Bahtiyar Kara
 İstanbul Üniversitesi Bilgisayar Müh. 4.sınıf

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


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