Class AndroidBuildUtils

  • All Implemented Interfaces:

    
    public final class AndroidBuildUtils
    
                        

    Wrapper for Android OS Build. Helps unit test decoupling from Android platform

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Integer getBuildVersion() Get the Android SDK version running on this device.
      final static String getBrand() Get the manufacturer of this device.
      final static String getModel() Get the model of this device.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AndroidBuildUtils

        AndroidBuildUtils()