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
45cbfbda
Commit
45cbfbda
authored
Jan 18, 2019
by
Nihar Thakkar
Committed by
Romain Hunault
Jan 24, 2019
Browse files
Update /e/ account type
parent
c2c5caf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/com/cyanogenmod/setupwizard/EAccountManagerActivity.java
View file @
45cbfbda
...
@@ -64,7 +64,7 @@ public class EAccountManagerActivity extends SubBaseActivity {
...
@@ -64,7 +64,7 @@ public class EAccountManagerActivity extends SubBaseActivity {
private
void
launchAccountManagerSetup
()
{
private
void
launchAccountManagerSetup
()
{
try
{
try
{
accountManager
=
AccountManager
.
get
(
this
);
accountManager
=
AccountManager
.
get
(
this
);
accountManager
.
addAccount
(
"
bitfire.at.davdroid
.eelo"
,
null
,
null
,
null
,
this
,
new
AccountManagerCallback
<
Bundle
>()
{
accountManager
.
addAccount
(
"
e.foundation.webdav
.eelo"
,
null
,
null
,
null
,
this
,
new
AccountManagerCallback
<
Bundle
>()
{
@Override
@Override
public
void
run
(
AccountManagerFuture
<
Bundle
>
future
)
{
public
void
run
(
AccountManagerFuture
<
Bundle
>
future
)
{
// An eelo account has been added, continue to the next screen
// An eelo account has been added, continue to the next screen
...
...
Write
Preview
Markdown
is supported
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