mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Mark this coreApp as being encryptionAware."
This commit is contained in:
commit
ef3b391a10
@ -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 New Issue
Block a user