Allow component classname obfuscation

This commit is contained in:
topjohnwu
2019-10-16 04:38:31 -04:00
parent c7033dd757
commit 43bda2d4a4
22 changed files with 132 additions and 63 deletions

View File

@@ -0,0 +1,6 @@
package a;
import com.topjohnwu.magisk.DelegateComponentFactory;
public class x extends DelegateComponentFactory {
}