mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
add notes about the reason for https://github.com/k9mail/k-9/pull/367
This commit is contained in:
parent
fbe62c544e
commit
8e875fd059
@ -215,6 +215,12 @@ public final class PRNGFixes {
|
|||||||
out.flush();
|
out.flush();
|
||||||
mSeeded = true;
|
mSeeded = true;
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
// Some devices don't have a writable urandom:
|
||||||
|
// Certain third-party android builds replace urandom with
|
||||||
|
// frandom and erandom, which make urandom into a symlink to
|
||||||
|
// erandom
|
||||||
|
// Details can be found in
|
||||||
|
// https://github.com/k9mail/k-9/pull/367
|
||||||
mSeeded = true;
|
mSeeded = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user