From 8d658035f19cab2782e95b8cfa469ebcd8716a4c Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Wed, 18 Nov 2015 11:14:18 -0700 Subject: [PATCH] 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: I7d46723007a5706e835223cc501f0c40d613e9c2 --- java/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml index 8882cdea5..ea4d29be7 100644 --- a/java/AndroidManifest.xml +++ b/java/AndroidManifest.xml @@ -38,7 +38,9 @@ + android:allowBackup="true" + android:forceDeviceEncrypted="true" + android:encryptionAware="true">