Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e202d7b authored by Mark Chien's avatar Mark Chien Committed by Automerger Merge Worker
Browse files

Merge "Add usesCleartextTraffic to Tethering" am: 2940cc72

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1402629

Change-Id: Ia5d7695edf13ac4ae9544c648fa95068809f0ab1
parents 707c709c 2940cc72
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
    <application
        android:label="Tethering"
        android:defaultToDeviceProtectedStorage="true"
        android:directBootAware="true">
        android:directBootAware="true"
        android:usesCleartextTraffic="true">
    </application>
</manifest>