[android-developers] Re: CHeck File Permissions

2008-11-14 Thread szeldon
Hi once more, This looks weird. Does this code work on your machine? (change package in file path) This code, for my package, returns true true so those methods work for me. public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] Re: CHeck File Permissions

2008-11-13 Thread Protocol-X
i tried but it keeps giving me errors and asking if i want to create a method canRead or canWrite On Nov 13, 7:44 pm, szeldon [EMAIL PROTECTED] wrote: What about canRead() and canWrite() methods from File class? On Nov 14, 12:11 am, Protocol-X [EMAIL PROTECTED] wrote: Heyeveryone, Ive