Make the app persistent so that it does not get killed

This commit is contained in:
Jonathan Klee 2024-09-04 16:59:53 +02:00
parent 5aceba6474
commit 95ab609d94

View file

@ -25,6 +25,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:persistent="true"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme"