9 lines
300 B
XML
9 lines
300 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">
|
||
|
|
|
||
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||
|
|
</manifest>
|