summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/com/android/nfc/NfcService.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/nfc/NfcService.java b/src/com/android/nfc/NfcService.java
index 500f7d7..6aeda8a 100755
--- a/src/com/android/nfc/NfcService.java
+++ b/src/com/android/nfc/NfcService.java
@@ -435,6 +435,9 @@ public class NfcService extends Application implements DeviceHostListener, P2pSt
executeEeWipe();
break;
}
+
+ // Restore default AsyncTask priority
+ Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
return null;
}