Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
108 views

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 ...
Pabashani Herath's user avatar
0 votes
0 answers
114 views

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 ...
Alan's user avatar
  • 41
1 vote
1 answer
49 views

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 ...
sgmoore's user avatar
  • 16.1k
1 vote
0 answers
120 views

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 ...
IHaxYou's user avatar
  • 73
1 vote
0 answers
241 views

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, ...
Sujith S Manjavana's user avatar
1 vote
0 answers
998 views

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 ...
Talmid's user avatar
  • 11
0 votes
0 answers
31 views

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 ...
Berkay Isıkoglu's user avatar
0 votes
1 answer
973 views

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 ...
지현정's user avatar
0 votes
0 answers
189 views

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 ...
User's user avatar
  • 1
0 votes
0 answers
55 views

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:...
Chayan Chakraborty's user avatar
1 vote
1 answer
883 views

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, ...
Henrik Berg's user avatar
-3 votes
1 answer
104 views

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
PDord's user avatar
  • 15
0 votes
1 answer
565 views

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 ...
Anerudh's user avatar
  • 11
3 votes
0 answers
775 views

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 ...
kiwi's user avatar
  • 93
2 votes
0 answers
489 views

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 ...
Anton Samokat's user avatar
0 votes
1 answer
354 views

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?
Rida Intizar's user avatar
0 votes
1 answer
1k views

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 ...
Luis A. Florit's user avatar
1 vote
1 answer
4k views

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 ...
Carlos.Correia's user avatar
5 votes
0 answers
639 views

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 ...
Brian Rak's user avatar
  • 5,244
4 votes
1 answer
695 views

I have an application. I extended the FirebaseMessagingServie. I added it into the manifest: <service android:name=".services.AutomentoFirebaseMessagingService" ...
Seng Phrakonkham's user avatar
1 vote
1 answer
394 views

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, ...
propoLis's user avatar
  • 1,293
0 votes
1 answer
720 views

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 '...
drb01's user avatar
  • 311
0 votes
1 answer
90 views

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 ...
Vasant Raval's user avatar
2 votes
0 answers
170 views

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?...
Rohan Patel's user avatar
  • 1,868
1 vote
0 answers
36 views

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 ...
Neptune's user avatar
  • 11

1
2 3 4 5
18