Follow framework refactoring.
am: a9298f8
* commit 'a9298f88442aae49a0817513209230e3e6e8d4e0':
Follow framework refactoring.
diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml
index ea4d29b..9bb16c7 100644
--- a/java/AndroidManifest.xml
+++ b/java/AndroidManifest.xml
@@ -39,8 +39,8 @@
android:icon="@drawable/ic_launcher_keyboard"
android:supportsRtl="true"
android:allowBackup="true"
- android:forceDeviceEncrypted="true"
- android:encryptionAware="true">
+ android:defaultToDeviceProtectedStorage="true"
+ android:directBootAware="true">
<!-- Services -->
<service android:name="LatinIME"