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
98462f5f
Commit
98462f5f
authored
Jul 21, 2018
by
Unknown
Browse files
Do not launch synchronizer
parent
2cbd92a4
Changes
1
Show whitespace changes
Inline
Side-by-side
src/com/cyanogenmod/setupwizard/FinishActivity.java
View file @
98462f5f
...
...
@@ -76,7 +76,7 @@ public class FinishActivity extends BaseSetupWizardActivity {
hasError
=
false
;
try
{
Intent
intent
=
new
Intent
(
"io.eelo.drive.LAUNCHER"
);
// TODO static
Intent
intent
=
new
Intent
(
"
xxx.
io.eelo.drive.LAUNCHER"
);
// TODO static
intent
.
putExtra
(
"EELO_SETTINGS_LAUNCHER"
,
"SETUP_WIZARD"
);
startActivityForResult
(
intent
,
EELO_SYNCHRONIZER_REQUEST_CODE
);
...
...
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