Id like to enable bluetooth like in this example.
However my class isnt a Activity but a Service and therefore I can't call startActivityForResult. How can i solve this problem?. I know there are other questions that have been answered like
http://stackoverflow.com/questions/2848775/use-startactivityforresult-from-non-activity
but this doesn't solve my problem because my application consists of the service and nothing else.