[TIMOB-4898] Android voice recording URI > Determine file name
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | Filename, URI |
Reporter | Brian Dittmer |
Assignee | Ingo Muschenetz |
Created | 2011-07-07T08:42:00.000+0000 |
Updated | 2015-04-13T20:09:34.000+0000 |
Description
Would like to easily be able to determine the filename associated with the URI for a voice recording.
We are using the sample voice recorder code from this appcelerator blog post to create the audio files:
[Appcelerator Developer Blog Launching Activities and Using Content URIs in Android](http://developer.appcelerator.com/blog/2011/02/launching-activities-and-using-content-uris-in-android.html)
but once we have the recordings we have no way to identify what the file names are so that we can rename them and transfer back to our web back-end.
Brian This requires some code to show what you are doing at the moment to achieve this, with some pseudo code that demonstrates how this proposed API function would work from a user perspective. Thanks
Paul... we are using the sample voice recorder code from this appcelerator blog post to create the audio files: http://developer.appcelerator.com/blog/2011/02/launching-activities-and-using-content-uris-in-android.html but once we have the recordings we have no way to identify what the file names are so that we can rename them and transfer back to our web back-end. ~Brian