Android

루팅된 앱에서의 접속 차단하기(RootBeer)

lipnus 2019. 4. 25. 13:55
반응형


https://github.com/lipnus/rootbeer


RootBeer image

RootBeer rootBeer = new RootBeer(context);
if (rootBeer.isRooted()) {
    //we found indication of root
} else {
    //we didn't find indication of root
}


dependencies {
    implementation 'com.scottyab:rootbeer-lib:0.0.7'
}


반응형