lockscreen Questions
4
How can I display an Activity or Dialog to be visible over the lock screen?
I have already tried displaying my lock activity when screen turns on by setting various window type in Activity.onCreat...
Chart asked 2/9, 2010 at 16:33
5
How can I unlock the windows lockscreen with Delphi? I didn't found anything on Google or Stackoverflow. I already tried to enter my password using keybd_event but it seems like the events dont wor...
Dobruja asked 11/4, 2013 at 17:58
2
Solved
I have looked through lots of similar questions, and I have found out that it is not possible to make a Lock Screen as the standard android lockers. The thing that is possible is to make an app tha...
Beefwood asked 3/3, 2012 at 18:33
1
I am building an HTML5 app that plays audio. However, when playing audio on iOS8 iPad/iPhone in lock screen mode, the URL of the audio is showing (see pic below). It would be great if it was possib...
Doubleedged asked 3/2, 2015 at 16:2
3
Solved
I'm using MediaSessionCompat from AppCompat Support Library Revision 22. And on Lollipop I'm getting notification & also the background of lockscreen is the album art. And everything works cool...
Cyclostyle asked 19/6, 2015 at 15:35
1
Solved
I am trying to write an automated test to an android application that appears when you unlock your screen using the espresso framework. I would like to add a test case to ensure that an activity ap...
Derrik asked 1/9, 2015 at 16:33
2
Solved
I added the Spotify player to my app which also plays music using the MPMusicPlayerController. When music is playing from Spotify and the screen is locked, the remote control events are not receive...
Forethought asked 15/4, 2015 at 15:58
3
Solved
I'm trying to create a Windows Phone 8 app (update of my currently published "The Quote") that uses the new Windows Phone 8 Live Lockscreen API. I basically want to choose randomly a image backgrou...
Motherhood asked 24/12, 2012 at 4:22
1
Solved
Below is excerpted from http://developer.android.com/reference/android/app/KeyguardManager.html
public boolean isDeviceLocked ()
Returns whether the device is currently locked and requires a PIN,...
Ortiz asked 4/5, 2015 at 14:31
1
Solved
I Have designed a lockscreen for adnroid. i'm trying to use a broadcast receiver for start the lockscreen activity when user pushes power button to unlock.
public class Receiver extends BroadcastR...
Justiceship asked 29/4, 2015 at 14:4
1
Is there a way to catch some thing like double_tap event (with a BroadcastReceiver of some kind, anything of similar sort or something else)?
I have a service to show the View by adding to
WindowMa...
Lobotomy asked 13/2, 2015 at 9:43
3
Solved
Is there a way to get the android lockscreen package name?
I want to show alert on the lockscreen using AlertDialog.Builder. So I need to know when the lockscreen is active and what it's package n...
Honeycomb asked 19/10, 2012 at 10:33
2
Solved
On the latest version of Android app Facebook showed lock screen notification feature, like on this screenshot:
Did anyone try to implement this?
I know that It's simple to show Activity on to...
Hallowell asked 23/7, 2014 at 21:21
1
I have an idea of creating my own phone lock app similar to android pattern lock. I need to display or start my app whenever the phone boots/restarts/phone, lock/phone, and unlock. I don't kn...
Welkin asked 6/7, 2014 at 17:49
6
Solved
I just discovered this application : https://market.android.com/details?id=de.j4velin.lockscreenCalendar
It seem that is now possible to write some text inside the lockscreen in the place where th...
Taxable asked 27/9, 2011 at 13:19
1
I work on a kiosk app which can launch other android apps. It runs on top of the lockscreen. The issue I am seeing is that the lockscreen is displayed briefly between activities. We must keep the t...
Prae asked 13/3, 2014 at 20:7
2
I am planning to create a Android Lock Screen of my own .
But i don't know where to start?
Should i just make an activity with UI layout that interacts touches, and when the user swipes I should ca...
Bollix asked 20/12, 2013 at 11:28
1
Solved
How to create a lock-screen app that acts as a lock for android mobile. I did find one, But it was poorly constructed code wise and if I pressed the physical home key, it unlocked, making the appli...
Polysyllabic asked 6/1, 2014 at 5:15
2
Solved
As we know, it is only 11.5MB memory that can be used in a Windows Phone 8 task agent. I was trying to make dynamic lock screen image in the background task agent. When I get the 480*800 image, it ...
Acadian asked 10/12, 2013 at 10:12
4
Solved
I am new in android. I want to use default password lock screen in my android application. I want to open that lock screen when sms is come in my device. I want to use (settings > Location & Se...
Wicklow asked 7/11, 2011 at 11:19
1
Solved
Is there a way to receive something like PHONE_UNLOCKED (with a BroadcastReceiver of some kind)?
I have a service running that shows a Toast when the screen is turned on. Unfortunately a few phone...
Harod asked 26/11, 2013 at 18:3
3
Solved
I am building an android app using Unity and it is coming along very well. However, I'm having an odd issue relating to the screen timing out and the lockscreen not showing.
What Should Happen
U...
Tuneless asked 7/11, 2013 at 21:14
2
In my manifest file I've add the audio-channel-content in permissions:
"permissions": {
"audio-channel-content":{"description":"Use the audio channel for the music player"}
}
In my index.html I...
Vaas asked 3/6, 2013 at 11:37
1
I want to develop my own lock screen for Android that will replace the default android lock screen. I do not have any idea how to start.
Is there any tutorial about it or an example I can do...
Eldaelden asked 6/10, 2013 at 10:13
1
Solved
In newer android versions you can add a widget to the homescreen AND the lock-screen. To be able to test this during development it would be good to be able to add these to the emulator-lock-...
Pretzel asked 14/6, 2013 at 14:36
© 2022 - 2024 — McMap. All rights reserved.