Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
8ddab847
Commit
8ddab847
authored
Mar 18, 2021
by
vvb2060
Committed by
John Wu
Mar 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't auto hide microG
close #3559
parent
68656521
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
hide_utils.cpp
native/jni/magiskhide/hide_utils.cpp
+0
-2
No files found.
native/jni/magiskhide/hide_utils.cpp
View file @
8ddab847
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment