This commit is contained in:
pudup 2023-07-31 13:30:25 +00:00 committed by GitHub
parent b984d98e52
commit fe98368a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@
<activity
android:name=".activities.ReminderActivity"
android:excludeFromRecents="true"
android:taskAffinity=".ReminderActivity"
android:configChanges="orientation"
android:exported="false"
android:launchMode="singleTask"