Removes exported="true" for RecentsActivity.

Change-Id: Iea9ad04886c3221cefa709c14b6501b2af83af06
This commit is contained in:
Andy Wickham
2020-02-20 00:07:06 +00:00
parent 2eac20e378
commit 9fb7d28b63

View File

@@ -47,10 +47,7 @@
</intent-filter>
</service>
<!-- 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:excludeFromRecents="true"
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"