Package com.castlabs.sdk.rootbeer
Class CLRBWrapper
java.lang.Object
com.castlabs.sdk.rootbeer.CLRBWrapper
Wrapper class for the RootBeer library, providing a simplified interface for root detection.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CLRBWrapper
Constructs a new CLRBWrapper instance.- Parameters:
context- The application context.
-
-
Method Details
-
isRooted
public boolean isRooted()Checks if the device is rooted.- Returns:
- True if the device is rooted, false otherwise.
-