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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user