ignore TrulyRandom lint warnings, fdroid already includes the fix

PRNGFixes.apply() is run in FDroidApp.onCreate().  This is enough,
according to Google, and their instructions say to disable this lint
warning once the workaround is included since lint cannot detech whether
the workaround is applied.

This the code format was also automatically corrected by the Eclipse plugin
This commit is contained in:
Hans-Christoph Steiner 2014-08-01 23:13:39 -04:00
parent df3ba4c751
commit 9870fd13b6

View File

@ -5,6 +5,7 @@
<ignore path="res/values/no_trans.xml" />
<ignore path="res/values/default_repo.xml" />
</issue>
<issue id="TrulyRandom" severity="ignore" />
<issue id="UnusedResources" severity="ignore">
<ignore path="res/values/default_repo.xml" />
</issue>