Files
oxmc7769 3c49ddc277 Fix signature spoofing patch for Android 16 javac compatibility
- Replace bare Bundle with android.os.Bundle (no import in ComputerEngine)
- Replace try-with-resources on ApkAssets with try/finally + explicit
  close() — ApkAssets has close() but does not implement AutoCloseable
2026-06-17 12:34:43 +00:00
..