-
public final class RomUtilsROM相关
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRomUtils.RomInfo
-
Method Summary
Modifier and Type Method Description static booleanisHuawei()Return whether the rom is made by huawei. static booleanisVivo()Return whether the rom is made by vivo. static booleanisXiaomi()Return whether the rom is made by xiaomi. static booleanisOppo()Return whether the rom is made by oppo. static booleanisLeeco()Return whether the rom is made by leeco. static booleanis360()Return whether the rom is made by 360. static booleanisZte()Return whether the rom is made by zte. static booleanisOneplus()Return whether the rom is made by oneplus. static booleanisNubia()Return whether the rom is made by nubia. static booleanisCoolpad()Return whether the rom is made by coolpad. static booleanisLg()Return whether the rom is made by lg. static booleanisGoogle()Return whether the rom is made by google. static booleanisSamsung()Return whether the rom is made by samsung. static booleanisMeizu()Return whether the rom is made by meizu. static booleanisLenovo()Return whether the rom is made by lenovo. static booleanisSmartisan()Return whether the rom is made by smartisan. static booleanisHtc()Return whether the rom is made by htc. static booleanisSony()Return whether the rom is made by sony. static booleanisGionee()Return whether the rom is made by gionee. static booleanisMotorola()Return whether the rom is made by motorola. static RomUtils.RomInfogetRomInfo()Return the rom's information. -
-
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.
-
getRomInfo
static RomUtils.RomInfo getRomInfo()
Return the rom's information.
-
-
-
-