suppress lint warning for random generator on older android -> no need to have this secure

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2019-02-14 08:30:23 +01:00
parent 4fb4ff4280
commit 5a19c3f321
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -1920,6 +1920,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
* TODO Decide how to name the OAuth accounts
*/
@SuppressFBWarnings("DMI")
@SuppressLint("TrulyRandom")
private boolean createAccount(RemoteOperationResult authResult) {
String accountType = MainApp.getAccountType(this);