Better documentation for "Account display name".

Give examples of what the display name is.

Change-Id: I2934dc9e8b95d0b32b9c1e9fab391d7ba9e997da
This commit is contained in:
Régis Décamps 2014-06-18 17:04:37 +02:00
parent f90dbc83e2
commit c3404cca71
1 changed files with 3 additions and 1 deletions

View File

@ -292,7 +292,9 @@ public final class Account extends EmailContent implements Parcelable {
}
/**
* @return the user-visible name for the account
* Returns the user-visible name for the account, eg. "My work address"
* or "foo@exemple.com".
* @return the user-visible name for the account.
*/
public String getDisplayName() {
return mDisplayName;