AndroidAPS/implementation/src/main/AndroidManifest.xml

5 lines
200 B
XML
Raw Normal View History

2022-10-31 20:20:41 +01:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2022-11-28 09:25:19 +01:00
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
2022-10-31 20:20:41 +01:00
</manifest>