diff options
author | Sticky Chen <sticky.chen@mediatek.com> | 2020-06-04 14:49:52 +0800 |
---|---|---|
committer | Roshan Pius <rpius@google.com> | 2020-06-06 22:18:53 +0000 |
commit | f50a7427bfcfe18e20c2c1ef64295e1d2293f91d (patch) | |
tree | 98bd93e1371f30122d91a79317de6768cd49716d /service | |
parent | 420792e80bf4ec14037fdd7eeb7e5d4f3fe4b6d6 (diff) |
Change ServiceWifiResources to coreApp
If device is encrypted, only coreApp is active.
We should change ServiceWifiResources to coreApp.
Otherwise, WifiService cannot initialize successfully since
it fails to fetch resources.
(cherry-picked from go/pag/1693754)
Bug: 158273338
Test: Enable security start-up and screen lock, reboot, make sure
device can boot up successfully
Change-Id: I0491be34808b77dd8b31274d16b9ffd86a522659
Diffstat (limited to 'service')
-rw-r--r-- | service/AndroidManifest_Resources.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/AndroidManifest_Resources.xml b/service/AndroidManifest_Resources.xml index a6b2a580e..6d637cb53 100644 --- a/service/AndroidManifest_Resources.xml +++ b/service/AndroidManifest_Resources.xml @@ -19,6 +19,7 @@ <!-- Manifest for wifi resources APK --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.wifi.resources" + coreApp="true" android:versionCode="1" android:versionName="R-initial"> <application |