shaneahern / funf-open-sensing-framework

Automatically exported from code.google.com/p/funf-open-sensing-framework
0 stars 0 forks source link

Support Large Data Probes #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Raw audio and video probes have too much data to be transported via intents.  
We should come up with a mechanism for transferring large amounts of data to 
probe data requesters.

Original issue reported on code.google.com by alan.gar...@gmail.com on 23 Nov 2011 at 10:17

GoogleCodeExporter commented 9 years ago
Can use temporary private local files and grant permissions for resource.  

http://developer.android.com/reference/android/content/Context.html#grantUriPerm
ission(java.lang.String, android.net.Uri, int)
http://developer.android.com/reference/android/content/Intent.html#FLAG_GRANT_RE
AD_URI_PERMISSION

Original comment by alan.gar...@gmail.com on 18 Jan 2012 at 7:26