mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-21 13:23:00 +00:00
Added field 'displayName' to OwnCloudAccount, and refactoring load of account from storage
This commit is contained in:
@@ -379,6 +379,12 @@ public class AccountUtils {
|
||||
* OC account version
|
||||
*/
|
||||
public static final String KEY_OC_ACCOUNT_VERSION = "oc_account_version";
|
||||
|
||||
/**
|
||||
* User's display name
|
||||
*/
|
||||
public static final String KEY_DISPLAY_NAME = "oc_display_name";
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user