9 lines
341 B
XML
9 lines
341 B
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
SPDX-FileCopyrightText: 2021 The Calyx Institute
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<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>
|