DefaultAndroidBuildProvider
Default implementation of AndroidBuildProvider that returns actual Android Build properties.
This production implementation directly accesses the Android Build class to retrieve device information. It provides the real device properties for use in production code.
Implementation Notes:
Currently implements only getHardware and getManufacturer methods
Other method (getDevice) use default interface implementations (return null)
This partial implementation can be extended as needed for additional Build properties
Thread Safety: This class is thread-safe as it only accesses static final fields from the Build class.
See also
for the interface definition
for the underlying Android system properties