반응형
https://github.com/lipnus/rootbeer
RootBeer
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'
}
반응형
'Android' 카테고리의 다른 글
Android App Refactoring (0) | 2023.04.02 |
---|---|
Android Room 데이터베이스 예제 (0) | 2019.04.30 |
이미지뷰(ImageView)에 구멍뚫기 (0) | 2019.04.08 |
WifiManager로 접속변경 시 이전 와이파이에 다시 붙는 문제 (0) | 2019.03.12 |
Thread (0) | 2019.03.11 |