2022-02-11 05:58:07 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-09-12 09:14:24 +02:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
2022-02-11 05:58:07 +01:00
|
|
|
|
|
|
|
<application>
|
|
|
|
<activity android:name=".ui.EopatchActivity" />
|
|
|
|
<activity android:name=".ui.AlarmHelperActivity" />
|
|
|
|
<activity android:name=".ui.DialogHelperActivity" />
|
|
|
|
<receiver android:name=".OsAlarmReceiver"/>
|
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|