Merge "Mark this coreApp as being encryptionAware."
This commit is contained in:
commit
ef3b391a10
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue