Follow framework refactoring. am: a9298f8
am: 1775b73
* commit '1775b73f2b24298860b37849131f1977b52eb7c7':
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"