Add android application with onCreate hook

This commit is contained in:
Jannis Mattheis
2023-10-07 14:25:51 +02:00
parent 96fa5af2bf
commit 5062031ed0
3 changed files with 32 additions and 19 deletions

View File

@@ -12,6 +12,7 @@
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<application
android:name=".GotifyApplication"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"