summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-07-31 14:59:41 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-12-12 15:18:16 +0200
commitc2e244a55e8826fd5262df60e5c35aa324dbc1fa (patch)
tree45353e8b5f63ff7d53a259cdecaaa4ee47d9fff4 /AndroidManifest.xml
parentf1b92df7a8f66640bc8b2722fbbb10eba530fda7 (diff)
downloadandroid_packages_apps_Trebuchet-c2e244a55e8826fd5262df60e5c35aa324dbc1fa.tar.gz
android_packages_apps_Trebuchet-c2e244a55e8826fd5262df60e5c35aa324dbc1fa.tar.bz2
android_packages_apps_Trebuchet-c2e244a55e8826fd5262df60e5c35aa324dbc1fa.zip
Create LineageLauncher
Extends Launcher, will hold our customizations Change-Id: I4a398b624ac60edfed78e4db8e56eb767ffb753e Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 47422f85c..765eb0e73 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -45,7 +45,7 @@
attributes and intent filters the same
-->
<activity
- android:name="com.android.launcher3.Launcher"
+ android:name="com.android.launcher3.lineage.LineageLauncher"
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"