This project allows you to build a DLC Patcher
APK. Inside this APK, there is an intent class for the Patcher Dialog. 📦
- Select and patch a DLC ZIP file using ACTION_DOCUMENT_OPEN (optional). 📂
- Decompile the APK to Smali code. 🔧
- Inject custom Smali code as an entry point or main activity intent. 🛠️
- Rebuild the APK for installation. 🔄