// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/
//! 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`].