Hello,

I'm desperately looking for a way to close system dialogs.

For example, when you set up call forwarding, you get a confirmation
popup dialog that the user has to click in order to make it disappear.
I have not found a way to close it using code.

I found Intent.ACTION_CLOSE_SYSTEM_DIALOGS and tried this:

Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
sendBroadcast(intent);

However, it didn't work. No exception, nothing in the log ...

It must be possible somehow because the "Tasker" app is able to close
system dialogs. I guess they use some "black magic" though.

Any help is highly appreciated!

-- 
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

Reply via email to