Skip to content

Commit

Permalink
DerpLauncher: Add missing permission
Browse files Browse the repository at this point in the history
Change-Id: Icd6e55c9d961264e178fafa07dec4abfe668455d
  • Loading branch information
jhenrique09 authored and NurKeinNeid committed Apr 13, 2024
1 parent 2ae454e commit 800fd83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions privapp_whitelist_com.android.launcher3-ext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
<permission name="android.permission.INTERACT_ACROSS_USERS_FULL"/>
<permission name="android.permission.MANAGE_USERS"/>
<permission name="android.permission.PACKAGE_USAGE_STATS"/>
</privapp-permissions>
</permissions>
1 change: 1 addition & 0 deletions quickstep/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<uses-permission android:name="android.permission.MONITOR_INPUT"/>
<uses-permission android:name="android.permission.ALLOW_SLIPPERY_TOUCHES"/>
<uses-permission android:name="android.permission.ACCESS_SHORTCUTS"/>
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/>

<uses-permission android:name="android.permission.SYSTEM_APPLICATION_OVERLAY" />

Expand Down

0 comments on commit 800fd83

Please sign in to comment.