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
android_packages_apps_SetupWizard
Commits
e78444f3
Commit
e78444f3
authored
Nov 16, 2018
by
Amit Kumar
Committed by
Romain Hunault
Nov 19, 2018
Browse files
Use OWM instead of dummy
Change-Id: If0647bc3e39fb2cec44a62a2b3a3714bde15a84f
parent
67e26c84
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/lineageos/setupwizard/FinishActivity.java
View file @
e78444f3
...
...
@@ -202,7 +202,7 @@ public class FinishActivity extends BaseSetupWizardActivity {
private
void
setupWeatherProvider
()
{
LineageSettings
.
Secure
.
putString
(
getContentResolver
(),
LineageSettings
.
Secure
.
WEATHER_PROVIDER_SERVICE
,
"dummmy"
);
LineageSettings
.
Secure
.
WEATHER_PROVIDER_SERVICE
,
OWM
);
}
private
static
void
handleEnableMetrics
(
SetupWizardApp
setupWizardApp
)
{
...
...
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