Files
APKDownloader/app
Rahul Patel db9a7723a8 Fall back to session installer when chosen installer is unavailable
Address #1386

The Shizuku branch of getPreferredInstaller() already fell back to the
session installer, but the guard hasShizukuPerm() called
Shizuku.checkSelfPermission(), which throws when the binder is not alive
(Shizuku disabled). The exception escaped before the fallback could run,
so installs failed instead of falling back.

- Guard hasShizukuPerm() on Shizuku.pingBinder() and swallow failures so
  it returns false (instead of throwing) when Shizuku is unavailable,
  letting the existing fallback run. This also fixes canInstallSilently().
- Detect when any chosen installer resolves to the default and optionally
  inform the user via a toast, gated by notifyOnFallback so cancel/remove
  callers stay silent while real install paths surface it.
2026-05-30 05:58:53 +05:30
..
2025-08-21 14:45:44 +08:00
2025-08-21 14:45:44 +08:00
2025-08-21 14:45:44 +08:00