summaryrefslogtreecommitdiffstats
path: root/quickstep/AndroidManifest.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-03-19 13:41:31 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-03-19 19:22:20 -0700
commit9d69c8da9a4f933cc700ef1672b4e60d34a2fb10 (patch)
tree222b2018d4a56189688c3ad58ad422a77ca6e9b3 /quickstep/AndroidManifest.xml
parent449b9e7ba056f3bf13c4c66398f5c2401a010176 (diff)
downloadandroid_packages_apps_Trebuchet-9d69c8da9a4f933cc700ef1672b4e60d34a2fb10.tar.gz
android_packages_apps_Trebuchet-9d69c8da9a4f933cc700ef1672b4e60d34a2fb10.tar.bz2
android_packages_apps_Trebuchet-9d69c8da9a4f933cc700ef1672b4e60d34a2fb10.zip
Abstracting out all the Laucher related logic
> Enabling swipe up geture for fallback activity > Using a preferecens for showing back button Bug: 75979063 Change-Id: I8bbb44d8e250428c3da9bde57975dc4f952624be
Diffstat (limited to 'quickstep/AndroidManifest.xml')
-rw-r--r--quickstep/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/quickstep/AndroidManifest.xml b/quickstep/AndroidManifest.xml
index 4a26494b6..8b28597dd 100644
--- a/quickstep/AndroidManifest.xml
+++ b/quickstep/AndroidManifest.xml
@@ -47,7 +47,8 @@
<!-- STOPSHIP: Change exported to false once all the integration is complete.
It is set to true so that the activity can be started from command line -->
<activity android:name="com.android.quickstep.RecentsActivity"
- android:exported="true" />
+ android:exported="true"
+ android:excludeFromRecents="true" />
<!-- Content provider to settings search -->
<provider