Hi there,
I am creating a daydream app and for the life of me can't work out how to get the settings screen to show. I have created the xml file etc and specified the activity. The setting button shows under daydream, but the app crashes as soon as I press it.
my xml file is
<dream xmlns:android="http://schemas.android.com/apk/res/android"
android:settingsActivity="foto.app/.MyDreamSettingsActivity" />
my project package name is foto.app
Where/how do I create MyDreamSettingsActivity so that it has my settings screen on it?
Thanks
I am creating a daydream app and for the life of me can't work out how to get the settings screen to show. I have created the xml file etc and specified the activity. The setting button shows under daydream, but the app crashes as soon as I press it.
my xml file is
<dream xmlns:android="http://schemas.android.com/apk/res/android"
android:settingsActivity="foto.app/.MyDreamSettingsActivity" />
my project package name is foto.app
Where/how do I create MyDreamSettingsActivity so that it has my settings screen on it?
Thanks