Follow framework refactoring.

Bug: 27531029
Change-Id: I9684c72d6ca0e4eb90bf9300275dcbfa3fc7571c
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index dd8522c..862437c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -22,8 +22,8 @@
         android:process="android.process.acore"
         android:label="@string/app_label"
         android:usesCleartextTraffic="false"
-        android:encryptionAware="true"
-        android:forceDeviceEncrypted="true">
+        android:defaultToDeviceProtectedStorage="true"
+        android:directBootAware="true">
 
         <provider android:name="BlockedNumberProvider"
             android:authorities="com.android.blockednumber"