I'm developing chatting app in which I want to sync android native contact on first time login into my local database.
The problem is that in my onPerformSync method, i'm syncing native contact into local db but in the mean while, if user tries to login, screen frozen for 5 mins.
Can anyone give me idea how to prevent system to frozen screen, or if it's not possible so where should I sync my native contact into local db.