[android-developers] Re: Closing system dialogs (ACTION_CLOSE_SYSTEM_DIALOGS?)

2012-03-27 Thread Nilson Aguiar
Hi have you discovered something ? I'm still stuck in the same situation!

Em sábado, 25 de fevereiro de 2012 17h40min35s UTC-3, David Scherfgen 
escreveu:

 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Closing system dialogs (ACTION_CLOSE_SYSTEM_DIALOGS?)

2012-02-28 Thread Pent

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

No, just the same code as you.

Maybe there's a permission you missed.

Maybe it doesn't work in Tasker anymore either, I havn't tested it for
at least 18 months.

Pent

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en