mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Launcher2 is now home.
This commit is contained in:
@@ -38,8 +38,8 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
||||
|
||||
LOCAL_PACKAGE_NAME := Launcher2
|
||||
LOCAL_CERTIFICATE := platform
|
||||
#LOCAL_CERTIFICATE := shared
|
||||
LOCAL_CERTIFICATE := shared
|
||||
|
||||
#LOCAL_OVERRIDES_PACKAGES := Home
|
||||
LOCAL_OVERRIDES_PACKAGES := Launcher
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
@@ -83,8 +83,9 @@
|
||||
android:windowSoftInputMode="stateUnspecified|adjustPan">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.HOME" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
<category android:name="android.intent.category.MONKEY"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user