When init Gallerys ,in GalleryPicker.java onResume() call rebake() , rebake will call mAdapter.init(). In init() function , only when assumeMounted == true ( means sdcard has mount and not scanning ) will call ImageManager.instance ().allImages that try to add some image list . if assumeMounted == false will insert an emptyImageList(). I have some questions: 1. Can android put some default images in internal memory? 2. If yes, which path should those images been put in? 3..If yes, why does init() will call ImageManager.instance() only when assumeMounted == true ? 4..If no, why does allImages() will check DataLocation.INTERNAL?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---