From 877fde1b26824deaa35bb5be8e60ae1eb77e18b6 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Tue, 3 Sep 2024 22:17:19 +0200 Subject: [PATCH] #1160 support opening from the lock screen --- CHANGELOG.md | 4 ++++ android/app/src/main/AndroidManifest.xml | 1 + 2 files changed, 5 insertions(+) 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">