am 3e7b6182: am c7e357fd: Merge "Telephony provider does not use cleartext network traffic." into mnc-dev
* commit '3e7b6182185afb7c67da56a88143614d6dc20547':
Telephony provider does not use cleartext network traffic.
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"