mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-13 13:47:44 +02:00
Remove com.google.android.gms from default list
It seems that even adding this to the list doesn't 100% works on all devices out there, and some even reported crashes on several Google services. Disable it for now and do further investigations in the future.
This commit is contained in:
@ -232,7 +232,6 @@ bool init_list() {
|
||||
// Add SafetyNet by default
|
||||
rm_list(SAFETYNET_COMPONENT);
|
||||
rm_list(SAFETYNET_PROCESS);
|
||||
init_list(SAFETYNET_PKG, SAFETYNET_PKG);
|
||||
init_list(SAFETYNET_PKG, SAFETYNET_PROCESS);
|
||||
init_list(MICROG_SAFETYNET, SAFETYNET_PROCESS);
|
||||
|
||||
|
Reference in New Issue
Block a user