Skip to content

Commit

Permalink
TrebuchetQuickStep: Define missing permissions
Browse files Browse the repository at this point in the history
* Noted these caused crashes on a tablet device (flo).

Change-Id: Iba88c2311201d91163c4a5c76f3a42f1077b9006
  • Loading branch information
npjohnson committed Jan 21, 2019
1 parent c53daff commit cf019f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quickstep/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

<uses-sdk android:targetSdkVersion="28" android:minSdkVersion="28"/>
<uses-permission android:name="android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS" />
<uses-permission android:name="android.permission.MANAGE_ACTIVITY_STACKS" />
<uses-permission android:name="android.permission.STATUS_BAR" />
<application
android:backupAgent="com.android.launcher3.LauncherBackupAgent"
android:fullBackupOnly="true"
Expand Down

0 comments on commit cf019f2

Please sign in to comment.