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