Merge "Telephony provider does not use cleartext network traffic." into mnc-dev
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 43e5e69..4cb77be 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -27,7 +27,8 @@
                  android:allowClearUserData="false"
                  android:allowBackup="false"
                  android:label="@string/app_label"
-                 android:icon="@mipmap/ic_launcher_phone">
+                 android:icon="@mipmap/ic_launcher_phone"
+                 android:usesCleartextTraffic="false">
 
         <provider android:name="TelephonyProvider"
                   android:authorities="telephony"