i have opened activity with disabled button, this activity when it opened automatically sends SMS message(Query Message) to our service provider . (that's the mission of this activity ).
NOW the trick i have broadcastreceiver listen to reply of my Query Message in some conditions i want to Enable button on the already opened activity .
in simple words - i want to enable, the disabled button in activity according of received message in broadcastreceiver while activity opened?
thanks