From 8ddab847457a84814fc65649523daa58875e963e Mon Sep 17 00:00:00 2001 From: vvb2060 Date: Thu, 18 Mar 2021 13:39:49 +0800 Subject: [PATCH] Don't auto hide microG close #3559 --- native/jni/magiskhide/hide_utils.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/native/jni/magiskhide/hide_utils.cpp b/native/jni/magiskhide/hide_utils.cpp index ec45a7812..da1747ab3 100644 --- a/native/jni/magiskhide/hide_utils.cpp +++ b/native/jni/magiskhide/hide_utils.cpp @@ -213,7 +213,6 @@ static bool str_ends_safe(string_view s, string_view ss) { #define SNET_PROC "com.google.android.gms.unstable" #define GMS_PKG "com.google.android.gms" -#define MICROG_PKG "org.microg.gms.droidguard" static bool init_list() { LOGD("hide: initialize\n"); @@ -233,7 +232,6 @@ static bool init_list() { // Add SafetyNet by default add_hide_set(GMS_PKG, SNET_PROC); - add_hide_set(MICROG_PKG, SNET_PROC); // We also need to hide the default GMS process if MAGISKTMP != /sbin // The snet process communicates with the main process and get additional info