900 questions
1
vote
1
answer
108
views
React Native: Lock Screen Audio Widget Disappears on Pause (react-native-track-player)
I'm building a React Native app that plays audio using react-native-track-player. Everything works well when the audio is actively playing — I can see the media widget on the lock screen, control ...
0
votes
0
answers
114
views
SwiftUI - trigger event when LiveActivity Timer hits zero
I'm working on a simple timer, similar to the native iOs one in the Clock App.
In my app the user can tap a button to launch the liveActivity which shows up on the lock screen displaying the name of ...
1
vote
1
answer
49
views
How do you get the visible screen width for the android lock screen?
I am trying to centre a bitmap on the android lockscreen, but it would appear that part of the screen is not visible, but I can't find any details of margins for the lockscreen.
I changed my routine ...
1
vote
0
answers
120
views
gtk-rs render to aribtrary wayland surface
I am trying to implement a wayland lockscreen using the ext-session-lock-v1 protocol.
However, due to the protocols design, the UI has to be rendered on custom pre-designated surfaces assigned for the ...
1
vote
0
answers
241
views
Android 12+: Microphone stops in WebRTC app within a WebView when screen is locked or user switches apps
I'm developing a WebRTC voice calling app for Android using PeerJS, where all the PeerJS code runs within a WebView inside my CallScreen activity. The calling functionality works flawlessly. However, ...
1
vote
0
answers
998
views
Show Presentation screen on external display while phone is locked
I am writing code for a Cat S22 Flip that would show notifications on the external screen. I implemented this as a service that starts after RECEIVE_BOOT_COMPLETED. The service presents a Presentation ...
0
votes
0
answers
31
views
How to get lock screen wrong passcode entered?
I am making a security app. I want to notify my users when they entered to lock screen wrong passcode. I have searched on internet and stackoverflow.com but all links are dead. And My example app is ...
0
votes
1
answer
973
views
Is there any way to implement a custom lock screen using flutter?
I'm implementing an android app that can change user's lock screen(not lock screen in app), for example, an user can change the position of clock in lock screen from top to bottom or else.
Moreover, I ...
0
votes
0
answers
189
views
Unlocking an Android phone
I forgot the password of my android phone (I have a Samsung A51) and I am trying to reset the lock password. It is important for me not to reset because I have important information that I want to ...
0
votes
0
answers
55
views
ios 16 lockscreen playbutton is disabled but working fine with ios15 (iphone11)
I have used avplayer and avplayerViewController to play a video from url.
I can control lockscreen play/pause button through avaudiosession as below--
[[AVAudioSession sharedInstance] setCategory:...
1
vote
1
answer
883
views
Return to app from lock screen without unlocking with code
On my Android phone, if I am using the Maps app to navigate, and then lock the phone with the lock button, I am able to unlock again and continue navigating without really unlocking my phone (that is, ...
-3
votes
1
answer
104
views
How to customize Notification in Lock screen swift
I see the Telegram application uses the first letter of the contact name to replace the Logo of the app.
How can I do that?
I try to search but not found
0
votes
1
answer
565
views
How do I request for the device lock or biometric authentication pin/password in AOSP?
I would like the device lock password to be used for including an app lock as part of the OS. I am unable to find the API that lets me request for the device password which when successfully ...
3
votes
0
answers
775
views
Flutter: How to turn on screen when locked?
Let's say I have a working background service that logs notifications; How can I wake up a locked screen and display a message or even better a flutter scaffold?
I'v tried the recent Local ...
2
votes
0
answers
489
views
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 ...
0
votes
1
answer
354
views
Locking Quiz - Preventing opening another window during quiz
Is it possible to get an app script code to stop users from opening another window/ tab while filing up a form/quiz? What are the other possible solutions?
0
votes
1
answer
1k
views
How to completely prevent Android Lock Screen
I made an field guide app for biology. It does tons of stuff, for example, recordings of wildlife sounds, and it is made to run the whole day with a single battery charge.
Since it is intended to be ...
1
vote
1
answer
4k
views
Is there a way to keep a script running in python while the screen is locked?
I'm trying to run a script in pyton in my company using the pyautogui lib
So I'd like to:
Keep Running the script while the screen is locked, because we want to run the script and lock the screen and ...
5
votes
0
answers
639
views
Android MediaSession: How to choose the icons shown on lock screen?
I have an app that plays media via MediaSessionCompat.
I create a notification for the Notification Drawer using NotificationCompat and post it using NotificationManagerCompat.notify, and it looks ...
4
votes
1
answer
695
views
Android 11 FCM problem on locked screen (Kotlin)
I have an application. I extended the FirebaseMessagingServie. I added it into the manifest:
<service
android:name=".services.AutomentoFirebaseMessagingService"
...
1
vote
1
answer
394
views
Can't get my Activity in front of the lock screen
I want to put my activity in front of the lock screen. I added whatever I saw on the internet as a flag to print activity on the lock screen.
But on some devices I couldn't achieve this : Huawei, ...
0
votes
1
answer
720
views
Excel VBA: running IE.ExecWB 12,2 with locked screen returns "Method 'ExecWB' of object 'IWebBrowser2' failed"
The following simple code works fine as long as the screen isn’t locked. If it is run when the screen is locked (Ctrl+Alt+Del, Alt-K) then it returns error code 80040100 “Method 'ExecWB' of object '...
0
votes
1
answer
90
views
How can i pause media player when the device is locekd
Hello right now when I'm playing the media player and if the device is locked it still continue playing the audio I want that when the screen is off the media player to pause also when the app is ...
2
votes
0
answers
170
views
Android - How to show device unlock screen?
How to show lock screen with device lock options. Here I have enrolled Pattern and Finger for unlocking device. So that Google pay showing above screen on launch.
How Do I show same device lock screen?...
1
vote
0
answers
36
views
Catch LockScreen event in Windows from C++ console program [duplicate]
In Windows 10, I have a C++ console program which I want to terminate if the screen locks due to either a lock screen setting or it is locked manually by the user.
The program is running at all times ...