Expand description
Android-specific surface.
Groups the Android-only primitives under one namespace:
property— Android system property access (get,set,find,read,serial,wait).dex— resolved Binder transaction codes for the Android system services.
These modules are Android-only in practice; the Binder API itself lives in
crate::binder.