Android Question InputList & Widgets

JeffreyC

Member
Licensed User
Longtime User
I want the user to choose what the widget will do when they add it to the home screen.

I tried using an InputList in Service_Create as well as a Click Event, but it "unfortunately stops" with this error in the log:

android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application

Any ideas?
 
Top