Sorry for triple posting, I just wanted to let every one know that I fixed it. I just had to create another SharedPreference referencing the imagePref file
On Jan 17, 8:26 pm, GT <[email protected]> wrote: > I decided to pull my preference files, and I noticed something > interesting. I have two file, the main preference file that contains > two values to other preferences, and another file called imagePref > which only stores the imagePref string with the correct information. > How would I go about reading this one? > > On Jan 17, 8:12 pm, GT <[email protected]> wrote: > > > > > I tried this, and it didn't do it. For some reason it is either not > > saving the \sdcard\DCIM\image.png or it is having trouble retreiving > > the string from the preferences > > > On Jan 17, 7:37 pm, Xavier <[email protected]> wrote: > > > > Hello GT, > > > > I doubt that you put the file's absolute path to preference and you > > > new a file with parent directory path and child path. > > > > How about creating file this way: "File f = new File(imageBg);" ?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

