How do i display dialog from a service ?
+2
A:
The documentation suggests that you should make use of notifications. Re-evaluate why you might need to use dialogs. What are you trying to achieve?
p__
2010-08-30 10:35:27
+2
A:
android-smspopup does exactly that.
A service receives a sms and it starts an Activity
with:
android:theme="@android:style/Theme.Dialog"
Macarse
2010-08-30 11:05:11