Disable private Runtime#load/loadLibrary(String,ClassLoader) in >N
Runtime#load/loadLibrary are private and deprecated methods. Still, many apps use reflection to use them. If app is targeting API level > 24, both methods will throw a RuntimeException. Bug: 25859957 Change-Id: I3e79d4f79fa560247057045ace1e3cb158cc6cfe
Loading
Please sign in to comment