mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Removes exported="true" for RecentsActivity.
Change-Id: Iea9ad04886c3221cefa709c14b6501b2af83af06
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user