6 lines
94 B
Kotlin
6 lines
94 B
Kotlin
package com.example.shiftalarm
|
|
|
|
object RootUtil {
|
|
fun isDeviceRooted(): Boolean = false
|
|
}
|