Hi all,
what is the correct way in Tizen.NET for TV App to read content from USB files attached to the TV?
Trying with the emulator different ways:
-Tizen.System.StorageManager not return any avaiable device even if it is connected
-Tizen.Usb throw an exception saying that is not supported
-Reading directly with System.IO from "/opt/media/USBDriveA1" works in the emulator but not in the real device(and I don't like to hardcode path)
Can you give me some guidance?
Thanks
Correct way to read files from USB device in TV app