mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Rocket Launcher!
This is an Android Dream, which is kind of like an interactive screensaver implemented as an Activity. The Rocket Launcher uses the Launcher's own icon cache to show the user's installed apps in hyperspace. Tap the screen to slow down to impulse power. Then, tap an icon to launch. (depends on I4559a95 for android.dreams in support lib) Change-Id: Ie6ce34ec1c863667faeada4f39b225f3946e8633
This commit is contained in:
committed by
Daniel Sandler
parent
83e3868e90
commit
4e1cd23a51
@@ -100,6 +100,18 @@
|
||||
android:resource="@xml/wallpaper_picker_preview" />
|
||||
</activity>
|
||||
|
||||
<activity android:name="com.android.launcher2.RocketLauncher"
|
||||
android:label="@string/dream_name"
|
||||
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
|
||||
android:hardwareAccelerated="true"
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.DREAM" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<!-- Intent received used to install shortcuts from other applications -->
|
||||
<receiver
|
||||
android:name="com.android.launcher2.InstallShortcutReceiver"
|
||||
|
||||
Reference in New Issue
Block a user