mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
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:
parent
4fb4ff4280
commit
5a19c3f321
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue