Merge "Add usesCleartextTraffic to Tethering"

This commit is contained in:
Mark Chien
2020-08-18 09:04:59 +00:00
committed by Gerrit Code Review

View File

@@ -23,6 +23,7 @@
<application <application
android:label="Tethering" android:label="Tethering"
android:defaultToDeviceProtectedStorage="true" android:defaultToDeviceProtectedStorage="true"
android:directBootAware="true"> android:directBootAware="true"
android:usesCleartextTraffic="true">
</application> </application>
</manifest> </manifest>