Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 95a86edf authored by Jurijs Oniscuks's avatar Jurijs Oniscuks Committed by Snild Dolkow
Browse files

Fix odm privapp permissions



SystemConfig.java treats permissions for odm and vendor priv-apps
identically, reading them into mVendorPrivilegedAppAllowlist.

Similarly, PermissionManagerServiceImpl.java should verify permissions
for pkg.isOdm() the same way as it does for pkg.isVendor(). Without this
fix, permissions for /odm/priv-app are simply ignored.

Bug: 230028571
Hastily-ported-to-Android-U-by: default avatarSnild Dolkow <snild@sony.com>
Test: manual -- check that odm priv-app can get permissions
Change-Id: I2c0f9452456e6ade7a336694392b2ef1011626bf
parent 75e8f4f9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment