|
|
@@ -25,7 +25,7 @@ import java.io.File
|
|
|
import java.io.FileOutputStream
|
|
|
|
|
|
fun injectOTP(otp: String) {
|
|
|
- if (ROOT_ACCESS && false) {
|
|
|
+ if (ROOT_ACCESS) {
|
|
|
val intent = Intent()
|
|
|
intent.setAction("com.example.modifier.sms")
|
|
|
intent.putExtra("sender", "3538")
|