Swipe-up support for 3P Launcher

On swipe up, we start a rencets transition to the current launcher app. At the
end of the transition, if the user is going to recents, we start overview activity.

Bug: 137197916
Change-Id: Ie5ed848879ad965dcab2780a05d649e3be066568
This commit is contained in:
Sunny Goyal
2019-07-09 17:30:22 -07:00
parent f11dd8e107
commit 6b0eb38461
7 changed files with 325 additions and 135 deletions

View File

@@ -23,6 +23,7 @@
package="com.android.launcher3" >
<uses-permission android:name="android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS" />
<uses-permission android:name="android.permission.VIBRATE" />
<application
android:backupAgent="com.android.launcher3.LauncherBackupAgent"