am 54cbbcd4: Merge "Phone app might use cleartext network traffic." into mnc-dev
* commit '54cbbcd45903a9e216a2d0184dbe7ab332ac714c':
Phone app might use cleartext network traffic.
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 50741ac..8e3638a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -129,7 +129,8 @@
android:label="@string/phoneAppLabel"
android:icon="@mipmap/ic_launcher_phone"
android:allowBackup="false"
- android:supportsRtl="true">
+ android:supportsRtl="true"
+ android:usesCleartextTraffic="true">
<provider android:name="IccProvider"
android:authorities="icc"
android:multiprocess="true"