probeStorageExtended
fun probeStorageExtended(context: Context, stat: StatFs, volumes: List<StorageVolume>): Map<String, String>
Probes extended storage characteristics from Environment, StatFs and storage volumes.
Reports external storage state/emulation, filesystem block size, a hash of volume UUIDs (Android 7+), and per-volume mount states.
Privacy: volume UUIDs are hashed rather than exposed; no permission required for these aggregate storage properties.
Return
Map of probe keys to storage values.
Parameters
context
Context (reserved for future use / API symmetry).
stat
Pre-created StatFs for the primary storage path.
volumes
Storage volumes previously enumerated by the caller.