1
0
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:
David A. Velasco
2016-06-06 17:31:20 +02:00
parent 48f35c14b4
commit 743661ca90
4 changed files with 97 additions and 61 deletions
@@ -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";
}
}