Skip to main content

Module android

Module android 

Source
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.

Modules§

dex
Minimal ZIP + DEX parser for reading TRANSACTION_* static int field values from framework.jar without any subprocess or external tool.
property