Hello, I've got code that uses ParcelFileDescriptor.createPipe(). However, that function was only introduced in API Level 9 and I need to make my code work down to API Level 7.
The function doesn't seem to be available from the support library. It's mostly implemented in native code so its implementation looks non-trivial to replicate in a Java-only project. I haven't been able to google up a good solution so far. Surely there must have been a way to set up a pipe before API Level 9? Thanks in advance! -- -- 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.

