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
This commit is contained in:
Keun young Park
2021-01-11 15:30:52 -08:00
parent 3c72f3de1f
commit 2bd010b7e5

View File

@@ -15,7 +15,9 @@
~ limitations under the License ~ limitations under the License
--> -->
<permissions> <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.INSTALL_PACKAGES" />
<permission name="android.permission.MEDIA_CONTENT_CONTROL"/> <permission name="android.permission.MEDIA_CONTENT_CONTROL"/>
</privapp-permissions> </privapp-permissions>