Revert "Add permissions to the shell to allow creation of CTS tests for trust." and "Add TRUST_LISTENER to the shell for use in CTS tests"
This reverts commits48ae5a7790ande0b7e861cd. Reason for revert: These tests were never created. Change-Id: I485cfa599818d897f0eb22e4bb754ad411e6f07c Bug: 262927539
This commit is contained in:
committed by
Paul Crowley
parent
e073b7ed65
commit
2800f9c8f2
@@ -342,10 +342,6 @@ applications that come with the platform
|
||||
<permission name="android.permission.SET_WALLPAPER_COMPONENT" />
|
||||
<permission name="android.permission.SET_WALLPAPER_DIM_AMOUNT" />
|
||||
<permission name="android.permission.REQUEST_NOTIFICATION_ASSISTANT_SERVICE" />
|
||||
<!-- Permission required for CTS test - TrustTestCases -->
|
||||
<permission name="android.permission.PROVIDE_TRUST_AGENT" />
|
||||
<permission name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE" />
|
||||
<permission name="android.permission.TRUST_LISTENER" />
|
||||
<!-- Permissions required for Incremental CTS tests -->
|
||||
<permission name="com.android.permission.USE_INSTALLER_V2"/>
|
||||
<permission name="android.permission.LOADER_USAGE_STATS"/>
|
||||
|
||||
@@ -578,11 +578,6 @@
|
||||
<!-- Permission required for CTS test - PeopleManagerTest -->
|
||||
<uses-permission android:name="android.permission.READ_PEOPLE_DATA" />
|
||||
|
||||
<!-- Permissions required for CTS test - TrustTestCases -->
|
||||
<uses-permission android:name="android.permission.PROVIDE_TRUST_AGENT" />
|
||||
<uses-permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE" />
|
||||
<uses-permission android:name="android.permission.TRUST_LISTENER" />
|
||||
|
||||
<!-- Permission required for CTS test - CtsTaskFpsCallbackTestCases -->
|
||||
<uses-permission android:name="android.permission.ACCESS_FPS_COUNTER" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user