Dev4Mod
Dev4Mod
https://github.com/raphw/byte-buddy/blob/12baac491ae4e103e641aca17981435b03484919/byte-buddy-android/src/main/java/net/bytebuddy/android/AndroidClassLoadingStrategy.java#L894 This is causing the error "java.lang.SecurityException: Can't exempt class, process is not debuggable." in applications that do not have the debuggable flag. Exemple code: ``` var strategy = new...
This problem recently appeared with the addition of Custom Privacy. A null pointer is thrown from the native code when entering the `onCreate` method of the ContactInfo Activity. Strangely, this...