probeSystemFeaturesHash
Hashes the sorted list of all system features reported by PackageManager.
The full feature set is highly device-model specific; hashing it yields a compact, comparable fingerprint without listing every feature.
Privacy: no permission required; contributes to hardware fingerprinting.
Return
SHA-256 hex of the feature set, or null if no features are available.
Parameters
context
Context providing the package manager.