Skip to content

0.21.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 21:11
· 254 commits to master since this release
4621bb3

Bug fixes and improvements

  • Fail SESSION_BASED install sessions with an exception when the underlying system session is not found while committing.
  • Fail INTENT_BASED install sessions eagerly when storage is not available on API < 24.
  • Fix SplitPackage.equals() always returning false.
  • Improve error messages for invalid or missing AndroidManifest.xml attributes when parsing APKs in ackpine-splits.
  • Fix Shizuku plugin using wrong user ID on secondary user profiles.

Public API changes

  • Added InvalidManifestAttributeException in ackpine-splits.
  • Removed deprecated TestSessionController.setProgress(). Use TestProgressSessionController.setProgress() instead.