|
|
@@ -1,5 +1,6 @@
|
|
|
package com.example.modifier.utils
|
|
|
|
|
|
+import android.provider.Settings
|
|
|
import com.example.modifier.constants.CMD_HOME
|
|
|
import com.example.modifier.constants.CMD_MESSAGING_APP
|
|
|
import com.example.modifier.constants.CMD_START_PLAY_STORE
|
|
|
@@ -50,6 +51,7 @@ suspend fun clear(gsf: Boolean, gms: Boolean, sms: Boolean) {
|
|
|
suspend fun resetAll() {
|
|
|
try {
|
|
|
clearConv()
|
|
|
+ Settings.Secure.putString()
|
|
|
shellRun(
|
|
|
"settings put secure location_mode 0",
|
|
|
"settings put secure android_id ${genAndroidId()}",
|