am 0d2f843d: Remove getSuggestionsAuthority automerge: 65c2179

* commit '0d2f843d897d688d94817476d1087f3d6170e59e':
  Remove getSuggestionsAuthority
This commit is contained in:
Jin Cao 2014-11-02 17:28:25 +00:00 committed by Android Git Automerger
commit ac026ecb51

View File

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