Hi all, I need to hide or change the battery-low dialog.
Im able to recieve the Intent.ACTION_BATTERY_LOW with a Broadcast Receiver registered with Context.registerReceiver() in my code (not able to do it through manifest receivers, as API says, I dont know why) Buy now i need to hide or avoid the Battery-low Dialog to appear or at least i would need to change this dialog window. I can't abort de BroadcastReceiver because is a non-ordered broadcast and I don't know what i can do. Any help, please? Thanks in advance... -- 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

