Hi everyone,
getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options);
From the above line, can any one know how to get the long value of "origId" for particular video?
I want to display thumbnail images for my video application.