mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 20:24:32 +01:00
11 lines
327 B
XML
11 lines
327 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
<!--
|
|
MediaSendActivity is abstract. Concrete implementations should be
|
|
declared in the app module's manifest.
|
|
-->
|
|
</manifest>
|