mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 05:07:41 +02:00
@ -36,6 +36,9 @@ import java.util.logging.*;
|
||||
public class Main {
|
||||
public static void main(String[] args) throws IOException, InterruptedException, BrutException {
|
||||
|
||||
// headless
|
||||
System.setProperty("java.awt.headless", "true");
|
||||
|
||||
// set verbosity default
|
||||
Verbosity verbosity = Verbosity.NORMAL;
|
||||
|
||||
|
Reference in New Issue
Block a user