Signal-Android/app/src/pnp/AndroidManifest.xml

11 lines
336 B
XML
Raw Normal View History

2023-02-08 15:48:31 -05:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2023-02-11 15:35:01 -05:00
xmlns:tools="http://schemas.android.com/tools">
2023-02-08 15:48:31 -05:00
<application
android:usesCleartextTraffic="true"
tools:replace="android:usesCleartextTraffic"
tools:ignore="UnusedAttribute" />
</manifest>