[android] Android Preventing Double Click On A Button

Disable the button with setEnabled(false) until it is safe for the user to click it again.