summaryrefslogtreecommitdiffstats
path: root/quickstep/AndroidManifest.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-11-02 11:04:49 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-11-02 11:23:31 -0700
commit73133391e5b67db7d057468e516327a5b942a612 (patch)
treebd69654326a92172fc3a044610c495d541615c13 /quickstep/AndroidManifest.xml
parent31a07c9340f08c6cf0348bfa6ff2ba03c85437c8 (diff)
downloadandroid_packages_apps_Trebuchet-73133391e5b67db7d057468e516327a5b942a612.tar.gz
android_packages_apps_Trebuchet-73133391e5b67db7d057468e516327a5b942a612.tar.bz2
android_packages_apps_Trebuchet-73133391e5b67db7d057468e516327a5b942a612.zip
Adding a placeholder recents activity
Change-Id: Idde86b4008559cde8bcf13fba90a8c72c3f1f591
Diffstat (limited to 'quickstep/AndroidManifest.xml')
-rw-r--r--quickstep/AndroidManifest.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/quickstep/AndroidManifest.xml b/quickstep/AndroidManifest.xml
index eb05864a0..08c740c4f 100644
--- a/quickstep/AndroidManifest.xml
+++ b/quickstep/AndroidManifest.xml
@@ -36,8 +36,12 @@
android:supportsRtl="true" >
<service android:name="com.android.quickstep.TouchInteractionService"
- android:exported="false" />
+ android:exported="true" />
+ <!-- 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" />
</application>
</manifest>