#1160 support opening from the lock screen
This commit is contained in:
parent
467093e283
commit
877fde1b26
2 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## <a id="unreleased"></a>[Unreleased]
|
## <a id="unreleased"></a>[Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- support opening from the lock screen
|
||||||
|
|
||||||
## <a id="v1.11.10"></a>[v1.11.10] - 2024-09-01
|
## <a id="v1.11.10"></a>[v1.11.10] - 2024-09-01
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -128,6 +128,7 @@
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:hardwareAccelerated="true"
|
android:hardwareAccelerated="true"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
|
android:showWhenLocked="true"
|
||||||
android:supportsPictureInPicture="true"
|
android:supportsPictureInPicture="true"
|
||||||
android:theme="@style/NormalTheme"
|
android:theme="@style/NormalTheme"
|
||||||
android:windowSoftInputMode="adjustResize">
|
android:windowSoftInputMode="adjustResize">
|
||||||
|
|
Loading…
Reference in a new issue