Skip to content

Commit 42e764a

Browse files
authored
Advanced Settings by default to 0 (except spoofBuild & spoofProps).
Small fix (again). As seems, except for spoofBuild to 1, must need and the spoofProps. Because now cause the System Properties like the api_level not working if exist, without enable the advanced settings. So, to all work proper this 2 options must be by default to 1.
1 parent 360934d commit 42e764a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/cpp/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
static int verboseLogs = 0;
2424
static int spoofBuild = 1;
25-
static int spoofProps = 0;
25+
static int spoofProps = 1;
2626
static int spoofProvider = 0;
2727
static int spoofSignature = 0;
2828

0 commit comments

Comments
 (0)