Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
A
android_packages_apps_SetupWizard
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
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
Options
Browse Files
Download
Email Patches
Plain Diff
Update /e/ account type
parent
c2c5caf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
EAccountManagerActivity.java
src/com/cyanogenmod/setupwizard/EAccountManagerActivity.java
+1
-1
No files found.
src/com/cyanogenmod/setupwizard/EAccountManagerActivity.java
View file @
45cbfbda
...
...
@@ -64,7 +64,7 @@ public class EAccountManagerActivity extends SubBaseActivity {
private
void
launchAccountManagerSetup
()
{
try
{
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
public
void
run
(
AccountManagerFuture
<
Bundle
>
future
)
{
// 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