Merge "Allow cleartext traffic for the test app" into pi-dev

am: c7cb020735

Change-Id: I8bd2191564ef32f458fffa087107993d950b162f
This commit is contained in:
Fyodor Kupolov
2018-03-23 02:47:31 +00:00
committed by android-build-merger

View File

@@ -34,7 +34,7 @@
This application also provides a service, RemoteSocketFactoryService, that the test app can
use to open sockets to remote hosts as a different user ID.
-->
<application>
<application android:usesCleartextTraffic="true">
<activity android:name=".MyActivity" android:exported="true"/>
<service android:name=".MyService" android:exported="true"/>
<service android:name=".MyForegroundService" android:exported="true"/>