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
main
Jeff Sharkey 2015-11-18 11:14:18 -07:00
parent 829052c130
commit 8d658035f1
1 changed files with 3 additions and 1 deletions

View File

@ -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"