Hi ,
In my application one activity defined as the android:theme="@android:style/Theme.Dialog" in the manifest.
And this activity will be shown upto response received from the server with progress dialog inside of this activity by using handlers.
In almost all mobiles it is still showing upto response coming...
But in Celkon A95 this activity will be closed when service provider balance deduct meesage (this is not a sms and it won't go to the native inbox ) came..
For registering the application will send two smses to the server....at that time balance deduct message will come from the service provider at that time this activity diappears...
How can i solve this issue plz suggest me....

