Change Custom Dialog Of ANR(Application Not Responding) Dialog (Android)
I am writting an applications launcher (like home screen application). And I am wondering whether we can intercept the default dialog occurs when some application doesn’t respond
Solution 1:
This dialog is a system dialog, warning the user Android can't let this app do its job because it seems to have crashed. So I don't think this dialog would be allowed to be changed. Why would you want to change it anyway ?
Post a Comment for "Change Custom Dialog Of ANR(Application Not Responding) Dialog (Android)"