On Mon, Feb 25, 2013 at 5:42 PM, Nobu Games <[email protected]>wrote:
> Can you use > http://developer.android.com/reference/java/nio/channels/Pipe.htmlinstead? > > Hm, I need this for a ContentProvider.openAssetFile() implementation which ultimately has to return an AssetFileDescriptor. I can't figure out how to get that from a Pipe so I'm afraid I don't think I can use a Pipe. I figure there must have been ways to implement a ContentProvider before API Level 9 so I thought it should be enough to find a tutorial/code old enough not to use createPipe(). I was surprised I couldn't find any so far... -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

