So, I modified the manifest to have:

            <intent-filter>
                <action
                    android:name="com.casadelgato.lifewallpaper.UPDATEPREFS"
/>
                <category
                    android:name="android.intent.category.CATEGORY_DEFAULT"
/>
            </intent-filter>

Made no difference.

2011/1/12 Kostya Vasilyev <kmans...@gmail.com>

> You need category_default in the intent filter of your activity for launch
> by action string to work.
>
> --
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to