seedvault/core/src/main/AndroidManifest.xml

10 lines
341 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?><!--
SPDX-FileCopyrightText: 2021 The Calyx Institute
SPDX-License-Identifier: Apache-2.0
-->
2024-08-28 17:08:40 -03:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.calyxos.seedvault.core">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>