Async for Airpush

Currently when the app is launched for the first time and the Airpush EULA is displayed… it takes a considerable amount of time for the app to respond after either accepting or declining the EULA.

Is there any way to fix that? I tried using Async… but couldn’t get it to work…maybe I am doing something wrong

Any help would be appreciated…

I tried Async too…But it takes the same delay as doing it in the main thread…
So I made it as an exit Ad…call in onDestroy(),there is no delay in this case…the app will work just fine…