Questions tagged [android-lockscreenwidget]
4 questions
31
votes
2 answers
LockScreen widget in Flutter?
There are some plugins like home_widget: ^0.1.6 that supports only HomeScreen Widgets.
Recently Apple launched LockScreen Widgets on iOS 16.
Is there any plugin for that? How do I implement that?

Anand
- 4,355
- 2
- 35
- 45
2
votes
1 answer
Is it possible to show a specific page of the Flutter application when the phone screen is locked due to a specific event?
I implemented a program that when a new call is made, a function is called and a special page of the application is opened.
When the screen is locked, the problem I have is that the Android system does not allow the function to run before the screen…

Alikheiri
- 43
- 6
2
votes
0 answers
How to secure lock screen application for Android?
Imagine the following case. Some lock screen application installed and configured on Android phone. Some pin or password set up. The app configured to be auto run after boot.
I checked this on Android 10. After phone reboot there is time window when…

Anton Samokat
- 542
- 1
- 6
- 15
0
votes
0 answers
How to know when exactly does the device get locked in Android?
I'm trying to implement a system level lock screen from a third-party/device-owner MDM app in Android.
I tried looking up on the internet for ways for third-party apps to implement system level lock-screen but from the information that I was able to…

Mohit Shetty
- 1,551
- 8
- 26