MuntashirAkon / AppManager

A full-featured package manager and viewer for Android
https://muntashirakon.github.io/AppManager/
Other
4.29k stars 252 forks source link

Failure when installing AppList Detector. #1367

Closed ChaliceChore closed 1 week ago

ChaliceChore commented 2 weeks ago

Please check before submitting an issue

Describe the bug

When installing AppList Detector, the following error pops-up and the installation fails:

Installation failed either because it was cancelled or the session was closed unexpectedly

INSTALL_FAILED_VERIFICATION_FAILURE: Install not allowed for file:///data/app/vmdl1418703677.tmp

But if I install it using the standard Package Installer, it works fine.

To Reproduce

  1. Go to https://github.com/Dr-TSNG/ApplistDetector/releases
  2. Download the latest apk.
  3. Try installing it using App Manager installer.
  4. Installation fails with the above error.

Expected behavior

It should be installed without any issues.

Screenshots

Screenshot_2024-04-29-17-51-15-01_718a221d6c53e9d44e23988b91117061_1

Logs

No response

Device info

Additional context

No response

MuntashirAkon commented 2 weeks ago

It's highly probable that the installation is being blocked by the package verifier, i.e., Google Play Protect or whatever you've got on your phone. Disable it temporarily and try again to verify.

ChaliceChore commented 2 weeks ago

I checked it. And you are right. Play Protect was the culprit. I guess it is triggered because the app has circumventing methods.