Query Private Browsing state for NFC on UI thread.

The AsyncTask runs on the thread that created it, which in this case
is not necessarily the UI thread. Use a Handler created on the UI
thread instead.

Bug: 5072522
Change-Id: Ia6db6cf396c3f73cfb51e6d4d227617d95946692
1 file changed