diff options
author | Yerriswamy <yerriswamy.kurubathayanna@nxp.com> | 2020-04-14 07:38:50 +0530 |
---|---|---|
committer | nxf24591 <nanjesh.s_1@nxp.com> | 2020-05-01 00:48:12 +0530 |
commit | 1531c0ac5af79fa2f7eaea7ad66cb852c47f465c (patch) | |
tree | f96f1ebbc62b932b03b30a7f8b33ae4e31a0faa0 | |
parent | 3e59f1883f89d5b5c226f7391070468e89b9413b (diff) |
{R-DP1} Make SecureElement service bootaware
Start SecureElement service before device unlock.
Bug: 139701995
Test: SecureElement service launch normally before device unlock
Change-Id: I5d8f3f78e307f3c7819bf07240747373845bd1a8
-rwxr-xr-x | AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index eacb176..f63a1aa 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -4,7 +4,8 @@ android:sharedUserId="android.uid.se"> <application android:name=".SEApplication" android:label="SecureElementApplication" - android:persistent="true"> + android:persistent="true" + android:directBootAware="true"> <service android:name=".SecureElementService"> <intent-filter> <action android:name="android.se.omapi.ISecureElementService"/> |