AndroidAPS/medtronic/src/main/AndroidManifest.xml
2022-06-06 10:25:08 +02:00

15 lines
501 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:supportsRtl="true">
<service
android:name=".service.RileyLinkMedtronicService"
android:enabled="true"
android:exported="false" />
<activity android:name=".dialog.MedtronicHistoryActivity" android:theme="@style/AppTheme" />
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
</application>
</manifest>