Skip to content

Commit

Permalink
Merge "Add INTERACT_ACROSS_PROFILES permission to shell for CTS test.…
Browse files Browse the repository at this point in the history
…" into qt-dev
  • Loading branch information
TreeHugger Robot authored and Android (Google) Code Review committed May 21, 2019
2 parents 52819a1 + a248265 commit b92f077
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/etc/privapp-permissions-platform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ applications that come with the platform
<permission name="android.permission.INSTALL_DYNAMIC_SYSTEM"/>
<permission name="android.permission.INSTALL_LOCATION_PROVIDER"/>
<permission name="android.permission.INSTALL_PACKAGES"/>
<!-- Needed for test only -->
<permission name="android.permission.INTERACT_ACROSS_PROFILES"/>
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
<permission name="android.permission.LOCAL_MAC_ADDRESS"/>
<permission name="android.permission.MANAGE_ACCESSIBILITY"/>
Expand Down
3 changes: 3 additions & 0 deletions packages/Shell/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@

<!-- Permission required to test ExplicitHealthCheckServiceImpl. -->
<uses-permission android:name="android.permission.BIND_EXPLICIT_HEALTH_CHECK_SERVICE" />

<!-- Permission required for CTS test - CrossProfileAppsHostSideTest -->
<uses-permission android:name="android.permission.INTERACT_ACROSS_PROFILES"/>

<application android:label="@string/app_label"
android:defaultToDeviceProtectedStorage="true"
Expand Down

0 comments on commit b92f077

Please sign in to comment.