Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "ContactsProvider does not use cleartext network traffic." into…
Browse files Browse the repository at this point in the history
… mnc-dev
  • Loading branch information
Alex Klyubin authored and Android (Google) Code Review committed Jun 9, 2015
2 parents 2139c6a + 733620e commit 6c3380a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AndroidManifest.xml
Expand Up @@ -21,7 +21,8 @@
<application android:process="android.process.acore"
android:label="@string/app_label"
android:icon="@drawable/app_icon"
android:allowBackup="false">
android:allowBackup="false"
android:usesCleartextTraffic="false">

<provider android:name="ContactsProvider2"
android:authorities="contacts;com.android.contacts"
Expand Down

0 comments on commit 6c3380a

Please sign in to comment.