- fd
- The native fd that the ParcelFileDescriptor should adopt.
Documentation for this section has not yet been entered.
Take ownership of a raw native fd in to a new ParcelFileDescriptor. The returned ParcelFileDescriptor now owns the given fd, and will be responsible for closing it. You must not close the fd yourself.