Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e875fd0 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

add notes about the reason for https://github.com/k9mail/k-9/pull/367

parent fbe62c54
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -215,6 +215,12 @@ public final class PRNGFixes {
                out.flush();
                mSeeded = true;
            } 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;
            }
        }