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:
topjohnwu
2019-03-27 21:33:04 -04:00
parent 10f50e2401
commit d08b1a6639
2 changed files with 3 additions and 5 deletions

View File

@ -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);