Remove car permissions from common shell package
Removing car permissions that were added into common shell so that they
can be re-evaulated to include into CarShell. Adding car permissions to
shell should be reviewed by car frameworks team to determine what can be
allowed to the end-user and in terms of car safety.
Bug: 160339243
Test: make then check permission for shell user with adb shell pm dump
com.android.shell
Change-Id: I5a3b2086f605ba31f4231ec425cb2cb7c51ea7e6
(cherry picked from commit 89e5cfe9d8)
Merged-In: I5a3b2086f605ba31f4231ec425cb2cb7c51ea7e6
This commit is contained in:
@@ -431,18 +431,6 @@ applications that come with the platform
|
||||
<permission name="android.permission.CAPTURE_AUDIO_OUTPUT" />
|
||||
<!-- Permissions required for CTS test - AdbManagerTest -->
|
||||
<permission name="android.permission.MANAGE_DEBUGGING" />
|
||||
<!-- Permissions required for ATS tests - AtsCarHostTestCases, AtsCarDeviceApp -->
|
||||
<permission name="android.car.permission.CAR_DRIVING_STATE" />
|
||||
<!-- Permissions required for ATS tests - AtsDeviceInfo, AtsAudioDeviceTestCases -->
|
||||
<permission name="android.car.permission.CAR_CONTROL_AUDIO_VOLUME" />
|
||||
<!-- Permissions required for ATS tests - AtsDeviceInfo -->
|
||||
<permission name="android.car.permission.CAR_DIAGNOSTICS" />
|
||||
<!-- Permissions required for ATS tests - AtsDeviceInfo -->
|
||||
<permission name="android.car.permission.CLEAR_CAR_DIAGNOSTICS" />
|
||||
<!-- Permissions required for ATS tests - AtsCarHostTestCases -->
|
||||
<permission name="android.car.permission.CONTROL_APP_BLOCKING" />
|
||||
<!-- Permissions required for ATS tests - AtsCarHostTestCases -->
|
||||
<permission name="android.car.permission.CAR_UX_RESTRICTIONS_CONFIGURATION" />
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="com.android.statementservice">
|
||||
|
||||
@@ -317,19 +317,6 @@
|
||||
<!-- Permissions required for CTS test - AdbManagerTest -->
|
||||
<uses-permission android:name="android.permission.MANAGE_DEBUGGING" />
|
||||
|
||||
<!-- Permissions required for ATS tests - AtsCarHostTestCases, AtsCarDeviceApp -->
|
||||
<uses-permission android:name="android.car.permission.CAR_DRIVING_STATE" />
|
||||
<!-- Permissions required for ATS tests - AtsDeviceInfo, AtsAudioDeviceTestCases -->
|
||||
<uses-permission android:name="android.car.permission.CAR_CONTROL_AUDIO_VOLUME" />
|
||||
<!-- Permissions required for ATS tests - AtsDeviceInfo -->
|
||||
<uses-permission android:name="android.car.permission.CAR_DIAGNOSTICS" />
|
||||
<!-- Permissions required for ATS tests - AtsDeviceInfo -->
|
||||
<uses-permission android:name="android.car.permission.CLEAR_CAR_DIAGNOSTICS" />
|
||||
<!-- Permissions required for ATS tests - AtsCarHostTestCases -->
|
||||
<uses-permission android:name="android.car.permission.CONTROL_APP_BLOCKING" />
|
||||
<!-- Permissions required for ATS tests - AtsCarHostTestCases -->
|
||||
<uses-permission android:name="android.car.permission.CAR_UX_RESTRICTIONS_CONFIGURATION" />
|
||||
|
||||
<application android:label="@string/app_label"
|
||||
android:theme="@android:style/Theme.DeviceDefault.DayNight"
|
||||
android:defaultToDeviceProtectedStorage="true"
|
||||
|
||||
Reference in New Issue
Block a user