public interface BuildProperties
Modifier and Type | Method and Description |
---|---|
boolean |
isEngBuild()
Returns true iff this is an eng build.
|
boolean |
isUserBuild()
Returns true iff this a normal user build (not userdebug).
|
boolean |
isUserdebugBuild()
Returns true iff this is a userdebug build.
|