Skip to content

App Manager v3.1.0-beta02

Pre-release
Pre-release
Compare
Choose a tag to compare
@MuntashirAkon MuntashirAkon released this 22 Feb 08:39
· 709 commits to master since this release

What's New

  • Target Android 13
  • Added monochrome icon for Android 13

App Info

  • Improved the loading time of the App Info tab
    At startup, App Manager attempts to invalidate backup data which can take more than half a minute if there are a lot of backups. Hence, during this period, if one tries to browse the app info tab, the whole tab will not be loaded as it is waiting for the previous process to complete. This issue is fixed by using the cached backup data stored in a previous attempt. This cached data is also validated to ensure that they actually exist.

App Ops

  • Ensured forward-compatibility in app ops
    App Manager now handles vendor-specific app ops, newly added app ops in the AOSP, etc. automatically to prevent random crashes.

Backup/restore

  • Fixed restoring backups for other users
  • Fixed scrolling issues in backup/restore dialog
  • Prevented backing up the android package
    This particular package is the heart of Android and shouldn't be backed up or restored.

Others

  • Fixed issues with bottom sheet dialogs
  • Fixed various theming issues
  • Use /data/media instead of /storage/emulated for other users
    In the newer versions of Android, /storage/emulated directories belonging to another user (say, a work profile) cannot be accessed even with root. However, /data/media is only accessible with root. Therefore, the later directory is used instead.

Full Changelog: v3.1.0-beta01...v3.1.0-beta02