Skip to content

Commit

Permalink
Add VM permission to PCS for future usecases in Android 14
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 520625071
  • Loading branch information
shivanker authored and Copybara-Service committed Mar 30, 2023
1 parent b436a4e commit 854cf18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/com/google/android/as/oss/AndroidManifest.xml
Expand Up @@ -31,6 +31,9 @@
<!-- Required for querying restricted metrics from statsd -->
<uses-permission android:name="android.permission.READ_RESTRICTED_STATS" />

<!-- This permission is for PCS to use pKVM for protected model downloads. -->
<uses-permission android:name="android.permission.MANAGE_VIRTUAL_MACHINE" />

<application
android:name="com.google.android.as.oss.PrivateComputeServicesApplication"
android:label="@string/pcs_app_name">
Expand Down

0 comments on commit 854cf18

Please sign in to comment.