Mike Richter
Results
1
issues of
Mike Richter
`RestringResources` relies on a [deprecated constructor](https://developer.android.com/reference/android/content/res/Resources.html#Resources(android.content.res.AssetManager,%20android.util.DisplayMetrics,%20android.content.res.Configuration)). The description about the deprecation is: > Resources should not be constructed by apps. See Context.createConfigurationContext(Configuration). It appears that replacing the `Resources` instance with...