Loading java/AndroidManifest.xml +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
java/AndroidManifest.xml +3 −1 Original line number Diff line number Diff line Loading @@ -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