more infos from the debugger:
The application licensing class is working good and runs correctly until the
here:
private void startMainActivity() {
Log.i("MY WALLPAPER LICENSING","license ok");
startService(new Intent(this, MyLiveWallpaperService.class));
<<---- this line fires the security exception
finish();
}
the runtime error reported is:
[AndroidRuntime: FATAL EXCEPTION: background thread]
the line above was different in the example because was meant to work with a
normal Intent, it was "startIntent".. but with a stroke on ctrl+space I
found the method "startService",, since a wallpaper is a service,
am I so wrong?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en