AndroidAPS/core/ui/src/main/AndroidManifest.xml

5 lines
197 B
XML
Raw Normal View History

2022-11-14 10:58:59 +01:00
<?xml version="1.0" encoding="utf-8"?>
2022-11-14 13:53:25 +01:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2022-11-14 10:58:59 +01:00
2022-11-14 13:53:25 +01:00
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
2022-11-14 10:58:59 +01:00
</manifest>