2020-08-16 23:54:41 +02:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="info.nightscout.androidaps.plugins.pump.omnipod">
|
|
|
|
|
|
|
|
<application>
|
|
|
|
<service
|
2020-08-28 01:22:50 +02:00
|
|
|
android:name=".rileylink.service.RileyLinkOmnipodService"
|
2020-08-16 23:54:41 +02:00
|
|
|
android:enabled="true"
|
|
|
|
android:exported="true" />
|
|
|
|
|
2020-08-23 19:21:01 +02:00
|
|
|
<activity android:name=".ui.PodManagementActivity" />
|
|
|
|
<activity android:name=".ui.PodHistoryActivity" />
|
2020-09-26 23:34:29 +02:00
|
|
|
<activity android:name=".ui.wizard2.ReplacePodWizardActivity" />
|
2020-08-16 23:54:41 +02:00
|
|
|
<activity
|
|
|
|
android:name="com.atech.android.library.wizardpager.WizardPagerActivity"
|
|
|
|
android:theme="@style/AppTheme.NoActionBar" />
|
|
|
|
</application>
|
|
|
|
</manifest>
|