0-click NFC: check for private tab on UI thread.

A recent change to Webview broke our code - we're no longer
allowed to call isPrivateBrowsingEnabled() from a non-UI-thread.
Moved the code in an AsyncTask to address this.

Change-Id: I69a5ea539dc1578bfbacbc67c996e28870743870
1 file changed