2022-07-03 16:34:33 +02:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="info.nightscout.androidaps.plugins.pump.common">
|
2021-05-24 17:57:54 +02:00
|
|
|
|
|
|
|
<application>
|
2022-07-03 16:34:33 +02:00
|
|
|
<activity
|
|
|
|
android:name="info.nightscout.androidaps.plugins.pump.common.ui.PumpBLEConfigActivity"
|
|
|
|
android:theme="@style/AppTheme"
|
|
|
|
android:exported="false">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="info.nightscout.androidaps.plugins.pump.common.ui.PumpBLEConfigActivity" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
<activity android:name=".ui.PumpHistoryActivity" />
|
2021-05-24 17:57:54 +02:00
|
|
|
|
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|