Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
GmsCore
Commits
1c80f6f2
Commit
1c80f6f2
authored
Jul 01, 2019
by
Romain Hunault
Browse files
Fix SafetyNet default prefs
parent
5138dac7
Pipeline
#30123
passed with stage
in 5 minutes and 57 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
play-services-core/src/main/java/org/microg/gms/snet/SafetyNetPrefs.java
View file @
1c80f6f2
...
...
@@ -57,7 +57,7 @@ public class SafetyNetPrefs implements SharedPreferences.OnSharedPreferenceChang
public
void
update
()
{
disabled
=
defaultPreferences
.
getBoolean
(
PREF_SNET_DISABLED
,
false
);
official
=
defaultPreferences
.
getBoolean
(
PREF_SNET_OFFICIAL
,
fals
e
);
official
=
defaultPreferences
.
getBoolean
(
PREF_SNET_OFFICIAL
,
tru
e
);
selfSigned
=
defaultPreferences
.
getBoolean
(
PREF_SNET_SELF_SIGNED
,
false
);
thirdParty
=
defaultPreferences
.
getBoolean
(
PREF_SNET_THIRD_PARTY
,
false
);
customUrl
=
defaultPreferences
.
getString
(
PREF_SNET_CUSTOM_URL
,
null
);
...
...
Write
Preview
Supports
Markdown
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