Does the Android gradle lint error “Weak RNG” still need to be considered?
问题 running gradle build on an android project or module yields the following lint report entry: Potentially insecure random numbers on Android 4.3 and older. Read https://android-developers.blogspot.com/2013/08/some-securerandom-thoughts.html for more info. This provides an easy to implement patch for said issue. But I'm wondering if it needs to be applied, given that it's 5 years old, or can this be ignored? Thanks 回答1: That depends on whether your app must support Android versions 4.3 and