diff options
author | 2021-01-11 15:30:52 -0800 | |
---|---|---|
committer | 2021-01-11 15:54:54 -0800 | |
commit | 2bd010b7e5782b13e19de189fca3e836b83b6e17 (patch) | |
tree | 01119998ebdf204982f66c4487614ddbd5f5d887 | |
parent | 3c72f3de1f54d50aa9a9e4022d42f5e63ad6f9a2 (diff) |
Change target package for com.android.car.shell
- It now overrides shell package itself
Bug: 177099512
Test: Check if shell package has all necessary permissions
Change-Id: I139b47fcb2992e42da020aaac8680ae8dd2efac0
-rw-r--r-- | data/etc/car/com.android.car.shell.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/etc/car/com.android.car.shell.xml b/data/etc/car/com.android.car.shell.xml index 32666c8d9f68..6132d53b4651 100644 --- a/data/etc/car/com.android.car.shell.xml +++ b/data/etc/car/com.android.car.shell.xml @@ -15,7 +15,9 @@ ~ limitations under the License --> <permissions> - <privapp-permissions package="com.android.car.shell"> + <!-- CarShell now overrides the shell package and adding permission here + is ok. --> + <privapp-permissions package="com.android.shell"> <permission name="android.permission.INSTALL_PACKAGES" /> <permission name="android.permission.MEDIA_CONTENT_CONTROL"/> </privapp-permissions> |