Add privacy information to account screen

This commit is contained in:
Dominik Schürmann
2015-08-03 15:13:08 +02:00
parent 7474268ead
commit 974b7c37d4
15 changed files with 28 additions and 13 deletions

View File

@@ -83,7 +83,7 @@ public class DummyAccountService extends Service {
public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, String authTokenType,
String[] requiredFeatures, Bundle options) throws NetworkErrorException {
response.onResult(new Bundle());
toaster.toast(R.string.info_no_manual_account_creation);
toaster.toast(R.string.account_no_manual_account_creation);
Log.d(Constants.TAG, "DummyAccountService.addAccount");
return null;
}