Package 

Class RomUtils

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class RomUtils.RomInfo
    • Method Summary

      Modifier and Type Method Description
      static boolean isHuawei() Return whether the rom is made by huawei.
      static boolean isVivo() Return whether the rom is made by vivo.
      static boolean isXiaomi() Return whether the rom is made by xiaomi.
      static boolean isOppo() Return whether the rom is made by oppo.
      static boolean isLeeco() Return whether the rom is made by leeco.
      static boolean is360() Return whether the rom is made by 360.
      static boolean isZte() Return whether the rom is made by zte.
      static boolean isOneplus() Return whether the rom is made by oneplus.
      static boolean isNubia() Return whether the rom is made by nubia.
      static boolean isCoolpad() Return whether the rom is made by coolpad.
      static boolean isLg() Return whether the rom is made by lg.
      static boolean isGoogle() Return whether the rom is made by google.
      static boolean isSamsung() Return whether the rom is made by samsung.
      static boolean isMeizu() Return whether the rom is made by meizu.
      static boolean isLenovo() Return whether the rom is made by lenovo.
      static boolean isSmartisan() Return whether the rom is made by smartisan.
      static boolean isHtc() Return whether the rom is made by htc.
      static boolean isSony() Return whether the rom is made by sony.
      static boolean isGionee() Return whether the rom is made by gionee.
      static boolean isMotorola() Return whether the rom is made by motorola.
      static RomUtils.RomInfo getRomInfo() Return the rom's information.
      • Methods inherited from class java.lang.Object

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

      • isHuawei

         static boolean isHuawei()

        Return whether the rom is made by huawei.

      • isVivo

         static boolean isVivo()

        Return whether the rom is made by vivo.

      • isXiaomi

         static boolean isXiaomi()

        Return whether the rom is made by xiaomi.

      • isOppo

         static boolean isOppo()

        Return whether the rom is made by oppo.

      • isLeeco

         static boolean isLeeco()

        Return whether the rom is made by leeco.

      • is360

         static boolean is360()

        Return whether the rom is made by 360.

      • isZte

         static boolean isZte()

        Return whether the rom is made by zte.

      • isOneplus

         static boolean isOneplus()

        Return whether the rom is made by oneplus.

      • isNubia

         static boolean isNubia()

        Return whether the rom is made by nubia.

      • isCoolpad

         static boolean isCoolpad()

        Return whether the rom is made by coolpad.

      • isLg

         static boolean isLg()

        Return whether the rom is made by lg.

      • isGoogle

         static boolean isGoogle()

        Return whether the rom is made by google.

      • isSamsung

         static boolean isSamsung()

        Return whether the rom is made by samsung.

      • isMeizu

         static boolean isMeizu()

        Return whether the rom is made by meizu.

      • isLenovo

         static boolean isLenovo()

        Return whether the rom is made by lenovo.

      • isSmartisan

         static boolean isSmartisan()

        Return whether the rom is made by smartisan.

      • isHtc

         static boolean isHtc()

        Return whether the rom is made by htc.

      • isSony

         static boolean isSony()

        Return whether the rom is made by sony.

      • isGionee

         static boolean isGionee()

        Return whether the rom is made by gionee.

      • isMotorola

         static boolean isMotorola()

        Return whether the rom is made by motorola.