summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/com/android/se/Terminal.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/se/Terminal.java b/src/com/android/se/Terminal.java
index b3bedba..bc46bab 100644
--- a/src/com/android/se/Terminal.java
+++ b/src/com/android/se/Terminal.java
@@ -155,7 +155,7 @@ public class Terminal {
*/
public void initialize() throws NoSuchElementException, RemoteException {
synchronized (mLock) {
- mSEHal = ISecureElement.getService(mName);
+ mSEHal = ISecureElement.getService(mName, true);
if (mSEHal == null) {
throw new NoSuchElementException("No HAL is provided for " + mName);
}