diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e442ed26..621d7c3b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added + +- support opening from the lock screen + ## [v1.11.10] - 2024-09-01 ### Added diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 434def855..ac6a039d2 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -128,6 +128,7 @@ android:exported="true" android:hardwareAccelerated="true" android:launchMode="singleTop" + android:showWhenLocked="true" android:supportsPictureInPicture="true" android:theme="@style/NormalTheme" android:windowSoftInputMode="adjustResize">