Hey guys, I've been working on an Audio Content Provider app. It's able to download the mp3 files, and can successfully play them back. However, I don't manage the mp3 files that are downloaded, and apparently the files don't have the "title" metadata field, and thus the title is blank on the watch. The user can't tell the name of the audio file. Does anyone know how I can get the title to display on the watch? I've tried to see if I could use setMetadata() to set the "title" value, but I haven't gotten it to work yet. Does anyone have ideas on this?
Thanks,
SirLancelot