|
|
|
@ -10,6 +10,8 @@ import android.os.Environment;
|
|
|
|
|
import android.os.storage.StorageManager;
|
|
|
|
|
import android.text.TextUtils;
|
|
|
|
|
|
|
|
|
|
import com.dev.devapi.api.SysApi;
|
|
|
|
|
|
|
|
|
|
import org.json.JSONArray;
|
|
|
|
|
import org.json.JSONException;
|
|
|
|
|
import org.json.JSONObject;
|
|
|
|
@ -411,7 +413,9 @@ public class MicroPhotoContext {
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
|
SysApi.forceStopApp(context, packageName);
|
|
|
|
|
Intent intent = context.getPackageManager().getLaunchIntentForPackage(packageName);
|
|
|
|
|
if (intent != null) {
|
|
|
|
|
intent.putExtra("noDelay", 1);
|
|
|
|
|