<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="test.customlauncher" > <application android:allowBackup="true" android:icon="@drawable/ic_people" android:label="@string/app_name" android:theme="@style/AppTheme" > <uses-library android:name="test.service.lib" android:required="true" /> <activity android:launchMode="singleTask" android:stateNotNeeded="true" android:name=".MainActivity" android:label="@string/app_name" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.HOME" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> </application> </manifest>W/WindowManager( 591): ***** BOOT TIMEOUT: forcing display enabledI/PowerManagerService( 591): Boot animation finished.W/WallpaperService( 591): Attempted wallpaper ComponentInfo{com.android.wallpaper/com.android.wallpaper.fall.FallWallpaper} is unavailableW/WallpaperService( 591): Failure starting previous wallpaperW/WallpaperService( 591): Attempted wallpaper ComponentInfo{com.android.wallpaper/com.android.wallpaper.fall.FallWallpaper} is unavailableE/WallpaperService( 591): Default wallpaper component not found!