Merge "Mark this coreApp as being encryptionAware."

This commit is contained in:
Jeff Sharkey 2015-11-19 18:45:42 +00:00 committed by Android (Google) Code Review
commit ef3b391a10

View file

@ -38,7 +38,9 @@
<application android:label="@string/english_ime_name" <application android:label="@string/english_ime_name"
android:icon="@drawable/ic_launcher_keyboard" android:icon="@drawable/ic_launcher_keyboard"
android:supportsRtl="true" android:supportsRtl="true"
android:allowBackup="true"> android:allowBackup="true"
android:forceDeviceEncrypted="true"
android:encryptionAware="true">
<!-- Services --> <!-- Services -->
<service android:name="LatinIME" <service android:name="LatinIME"