Merge "Don't add compact editor fragment if it's already there"
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2a4f3d1..b8741d2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -52,6 +52,7 @@
         android:taskAffinity="android.task.contacts"
         android:hardwareAccelerated="true"
         android:supportsRtl="true"
+        android:usesCleartextTraffic="false"
     >
 
         <!-- The main Contacts activity with the contact list, favorites, and groups. -->