Merge "Disable RescueParty in debug/lab environments."
This commit is contained in:
committed by
Android (Google) Code Review
commit
56ff000782
@@ -883,8 +883,11 @@ public class Build {
|
||||
SystemProperties.getInt("ro.debuggable", 0) == 1;
|
||||
|
||||
/** {@hide} */
|
||||
public static final boolean IS_ENG =
|
||||
"eng".equals(getString("ro.build.type"));
|
||||
public static final boolean IS_ENG = "eng".equals(TYPE);
|
||||
/** {@hide} */
|
||||
public static final boolean IS_USERDEBUG = "userdebug".equals(TYPE);
|
||||
/** {@hide} */
|
||||
public static final boolean IS_USER = "user".equals(TYPE);
|
||||
|
||||
/**
|
||||
* Whether this build is running inside a container.
|
||||
|
||||
Reference in New Issue
Block a user