My app needs to save an image to the sdcard in its own directory e.g. "sdcard/myApp/". I need the images to show up in the build-in Pictures app (like what PicSay does).
Using android File Explorer, I verified that the image was written to the sdcard. But it didn't show up in the built-in Pictures app. Do I need to use ContentProvider android.provider.MediaStore.Images.Media somehow ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

