AppManager icon indicating copy to clipboard operation
AppManager copied to clipboard

Can not install on System/app or System/priv-app

Open Mitezuss opened this issue 4 years ago • 1 comments

To Reproduce

Try install on System/app or System/priv-app (with permissions)

Expected behavior

Wanna install on System from TWRP

Device info

  • OS Version: Android 9
  • App Manager Version: 2.6.1
  • Mode: root

Mitezuss avatar Jun 13 '21 05:06 Mitezuss

You mean App Manager? There's no point in installing App Manager as a system app because it doesn't declare all the necessary permissions. Even if it did add all the permissions, it would also require permission whitelisting since most system permissions are signature permissions i.e. only granted to apps having the same signature as the android package or having 1000 user ID.

MuntashirAkon avatar Jun 13 '21 05:06 MuntashirAkon