I want to choose all files from the My internal as well as External Sd Card in Windows Phone 8.1 Silverlight App. I have tried this bolow code
FileOpenPicker openPicker = new FileOpenPicker();
openPicker.FileTypeFilter.Add(".Mp3");
openPicker.FileTypeFilter.Add(".wav");
openPicker.FileTypeFilter.Add(".mp4");
openPicker.FileTypeFilter.Add(".wmv");
openPicker.FileTypeFilter.Add(".xap");
openPicker.FileTypeFilter.Add(".apk");
for this I have to specify file type. and yes I found a problem in these file type if I have added code for .mp4 ,.png , .jpg it will open Picture Lib. of Phone but I have added code for other than these than It will redirect me on Option of Phone and One Drive. So is there any solution which allow me to choose all file type from the sdcard
Thanks.
I found answer @thisLink according to it I just need to declare