Tuesday, January 4, 2011

[android-developers] Re: Live Wallpaper Preferences Activity launch problem

Okay, figured it out.  The one in the settingsconfig.xml had to have the full path to the class.

android:settingsActivity="com.casadelgato.lifewallpaper.LifeSettings"

On Tue, Jan 4, 2011 at 5:58 PM, John Lussmyer <johnlussmyer@gmail.com> wrote:

the settingsconfig.xml file has:

<?xml version="1.0" encoding="utf-8"?>
<wallpaper
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:settingsActivity="LifeSettings" />

I can't seem to figure out what's wrong...


--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment