2013年8月8日 星期四

各launcher的theme運用 (manifest)

<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="19" android:versionName="1.1.2" android:installLocation="auto" package="com.BladeXDesigns.Elegance.Blade"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:resizeable="true" />
    <application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@drawable/icon">
        <activity android:label="@string/theme_title" android:name="com.BladeXDesigns.Elegance.Blade.MainActivity">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
                <category android:name="com.anddoes.launcher.THEME" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="com.teslacoilsw.launcher.THEME" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="com.fede.launcher.THEME_ICONPACK" />
            </intent-filter>
        </activity>
        <activity android:label="@string/app_name1" android:name="com.BladeXDesigns.Elegance.Blade.awdicons">
            <intent-filter>
                <action android:name="org.adw.launcher.THEMES" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="org.adw.launcher.icons.ACTION_PICK_ICON" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@*android:style/Theme.Dialog" android:label="@string/app_name3" android:name="com.BladeXDesigns.Elegance.Blade.template" android:excludeFromRecents="true" android:launchMode="singleInstance">
            <intent-filter>
                <action android:name="com.gau.go.launcherex.theme" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <category android:name="android.intent.category.INFO" />
            </intent-filter>
        </activity>
    </application>
</manifest>

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...