aboutsummaryrefslogtreecommitdiffstats
path: root/java/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2015-11-18 11:14:18 -0700
committerJeff Sharkey <jsharkey@android.com>2015-11-19 11:11:31 -0700
commit8d658035f19cab2782e95b8cfa469ebcd8716a4c (patch)
tree01e6a636cf4d4d26e81a6cd2092ce61d82e3ba4e /java/AndroidManifest.xml
parent829052c13058e700ae775280bff528d5d9ea7bd9 (diff)
downloadlatinime-8d658035f19cab2782e95b8cfa469ebcd8716a4c.tar.gz
latinime-8d658035f19cab2782e95b8cfa469ebcd8716a4c.tar.xz
latinime-8d658035f19cab2782e95b8cfa469ebcd8716a4c.zip
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
Diffstat (limited to 'java/AndroidManifest.xml')
-rw-r--r--java/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
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 @@
<application android:label="@string/english_ime_name"
android:icon="@drawable/ic_launcher_keyboard"
android:supportsRtl="true"
- android:allowBackup="true">
+ android:allowBackup="true"
+ android:forceDeviceEncrypted="true"
+ android:encryptionAware="true">
<!-- Services -->
<service android:name="LatinIME"