Skip to content

AppManagerNG v0.6.1

Choose a tag to compare

@SysAdminDoc SysAdminDoc released this 15 Jun 06:50

v0.6.1 — Hardening Release (2026-06-15)

Fixed — Resource leaks

  • Fixed unclosed InputStream resource leak in XposedModuleInfo when parsing modern Xposed module properties from ZIP entries
  • Fixed two unclosed InputStream resource leaks in ApkFile constructor when reading APKS/XAPK metadata and .idsig files — repeated APK scans could exhaust the ZipFile stream pool
  • Modernized EglSurfaceBase.saveFrame() to try-with-resources

Fixed — Fatal-error swallowing

  • Narrowed ~18 catch (Throwable) blocks to catch (Exception) across backup retention, changelog display, tracker window, locale reconciliation, component rule enumeration, process parsing, Settings.Global queries, activity launches, support-info bundle generation, MIME-type detection, and rule-storage initialization
  • Prevents silent swallowing of OutOfMemoryError / StackOverflowError in standard library code

Changed — Docs & privacy rebaseline

  • Rebased packaged manuals, build docs, and privacy policy for AppManagerNG identity
  • Updated stale "App Manager" copy in support/settings strings

Install

Download AppManagerNG-v0.6.1-floss-release.apk below. This is the FLOSS (F-Droid compatible) flavor — no optional network features. Sideload via ADB or your preferred installer.

Full changelog: CHANGELOG.md