We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077c686 commit 0284918Copy full SHA for 0284918
play-services-base/core/src/main/kotlin/org/microg/gms/settings/SettingsProvider.kt
@@ -93,7 +93,7 @@ class SettingsProvider : ContentProvider() {
93
94
private fun queryCheckIn(p: Array<out String>): Cursor = MatrixCursor(p).addRow(p) { key ->
95
when (key) {
96
- CheckIn.ENABLED -> getSettingsBoolean(key, true)
+ CheckIn.ENABLED -> getSettingsBoolean(key, false)
97
CheckIn.ANDROID_ID -> checkInPrefs.getLong(key, 0)
98
CheckIn.DIGEST -> checkInPrefs.getString(key, CheckIn.INITIAL_DIGEST)
99
?: CheckIn.INITIAL_DIGEST
0 commit comments