- 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
- 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