[DO NOT MERGE] Fix potential NPE in VoicemailPlaybackPresenter am: 24c462296c -s ours
am: 34ed64a603 -s ours
* commit '34ed64a603c15ed3ac8b423a5a83cd0da26def71':
[DO NOT MERGE] Fix potential NPE in VoicemailPlaybackPresenter
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9d5af42..064ce04 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -67,7 +67,9 @@
android:hardwareAccelerated="true"
android:supportsRtl="true"
android:backupAgent='com.android.dialer.DialerBackupAgent'
- android:usesCleartextTraffic="false">
+ android:usesCleartextTraffic="false"
+ android:forceDeviceEncrypted="true"
+ android:encryptionAware="true">
<meta-data android:name="com.google.android.backup.api_key"
android:value="AEdPqrEAAAAIBXgtCEKQ6W0PXVnW-ZVia2KmlV2AxsTw3GjAeQ" />