public GalleryPathVO()

in src/android/GalleryPathVO.java [26:30]


    public GalleryPathVO(String picturesDirectory, String galleryFileName) {
        this.picturesDirectory = picturesDirectory;
        this.galleryFileName = galleryFileName;
        this.galleryPath = this.picturesDirectory + "/" + this.galleryFileName;
    }