|
@@ -12,6 +12,7 @@ import android.os.PowerManager;
|
|
|
import android.text.TextUtils;
|
|
import android.text.TextUtils;
|
|
|
|
|
|
|
|
import com.atmob.common.crypto.CryptoUtils;
|
|
import com.atmob.common.crypto.CryptoUtils;
|
|
|
|
|
+import com.atmob.common.runtime.ContextUtil;
|
|
|
import com.datarecovery.master.utils.xfile.XFile;
|
|
import com.datarecovery.master.utils.xfile.XFile;
|
|
|
import com.datarecovery.master.utils.xfile.XFileSearch;
|
|
import com.datarecovery.master.utils.xfile.XFileSearch;
|
|
|
import com.datarecovery.master.utils.xfile.XPathFile;
|
|
import com.datarecovery.master.utils.xfile.XPathFile;
|
|
@@ -155,6 +156,9 @@ public class ImageDeepDetector {
|
|
|
if (TextUtils.isEmpty(path)) {
|
|
if (TextUtils.isEmpty(path)) {
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
|
|
+ if (path.endsWith(ContextUtil.getContext().getPackageName())) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
if (path.contains("com.kuaishou.nebula") && (path.endsWith("live_gift_store_icon_directory") ||
|
|
if (path.contains("com.kuaishou.nebula") && (path.endsWith("live_gift_store_icon_directory") ||
|
|
|
path.endsWith("magic_finger_resource") || path.endsWith("theme_resource") ||
|
|
path.endsWith("magic_finger_resource") || path.endsWith("theme_resource") ||
|
|
|
path.endsWith("magic_emoji_resource") || path.endsWith(".material_library_resource") ||
|
|
path.endsWith("magic_emoji_resource") || path.endsWith(".material_library_resource") ||
|