Mark this coreApp as being encryptionAware.
Historically, apps marked with "coreApp" were prepared to run in a
limited boot environment, and were critical to booting the device, so
in the new file-based encryption world we're marking these apps with
both "forceDeviceEncrypted" and "encryptionAware" attributes.
Bug: 22358539
Change-Id: Idf9fb8d4b0cc1cd504c9ab7ed770d2cd86d3d506
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index df00ad1..3f3cfd7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -92,7 +92,9 @@
android:requiredForAllUsers="true"
android:supportsRtl="true"
android:allowBackup="false"
- android:usesCleartextTraffic="true">
+ android:usesCleartextTraffic="true"
+ android:forceDeviceEncrypted="true"
+ android:encryptionAware="true">
<!-- Settings -->