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
Merged-In: I139b47fcb2992e42da020aaac8680ae8dd2efac0
(cherry picked from commit 2bd010b7e5)
This commit is contained in:
committed by
Keun-young Park
parent
80a05232a0
commit
ffdc3f0634
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user