mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-01 23:40:33 -08:00
Allow component classname obfuscation
This commit is contained in:
6
stub/src/main/java/a/x.java
Normal file
6
stub/src/main/java/a/x.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package a;
|
||||
|
||||
import com.topjohnwu.magisk.DelegateComponentFactory;
|
||||
|
||||
public class x extends DelegateComponentFactory {
|
||||
}
|
||||
Reference in New Issue
Block a user