mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 00:01:08 +01:00
14 lines
496 B
XML
14 lines
496 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
|
|
|
<application
|
|
android:usesCleartextTraffic="true"
|
|
tools:replace="android:usesCleartextTraffic"
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
</manifest>
|