am ac026ecb: am 0d2f843d: Remove getSuggestionsAuthority automerge: 65c2179

* commit 'ac026ecb5119d5609aa463a286ac286dbd63c381':
  Remove getSuggestionsAuthority
This commit is contained in:
Jin Cao 2014-11-02 17:36:55 +00:00 committed by Android Git Automerger
commit 5b366acf0c
1 changed files with 0 additions and 5 deletions

View File

@ -38,9 +38,4 @@ public class EmailAccountCacheProvider extends MailAppProvider {
protected Intent getNoAccountsIntent(Context context) {
return AccountSetupFinal.actionNewAccountWithResultIntent(context);
}
@Override
public String getSuggestionAuthority() {
return null;
}
}